US Congress Stock Trading API examples & templates
Use these vals as a playground to view and fork US Congress Stock Trading API examples and templates on Val Town. Run any example below or find templates that can be used as a pre-built solution.
thejeshgn
imd_distrcitwise_warnings
HTTP
IMD Warnings Get IMD Warning for a location ( actually of the district the location belongs to). Go to the blog post below for all the details. Blog: https://thejeshgn.com/2024/09/11/simple-imd-alerts/ Credit : https://mausam.imd.gov.in/responsive/subDivisionWiseWarningGIS.php URL Format HTML - https://thejeshgn-imd_distrcitwise_warnings.web.val.run/?lat=12.9796&lon=77.5906&format=html JSON - https://thejeshgn-imd_distrcitwise_warnings.web.val.run/?lat=12.9796&lon=77.5906&format=json where lat = latitude lon = longitude format = html or json defaults If no lat or lon given, it will take bangalore's. defaults : If no format is given then it is html Examples: Bangalore, KA https://thejeshgn-imd_distrcitwise_warnings.web.val.run/?lat=12.9796&lon=77.5906 Thrissur, KL https://thejeshgn-imd_distrcitwise_warnings.web.val.run/?lat=10.527611&lon=76.214389 Lalitpur, UP https://thejeshgn-imd_distrcitwise_warnings.web.val.run/?lat=24.6936599&lon=78.412621 Vishisha, MP https://thejeshgn-imd_distrcitwise_warnings.web.val.run/?lat=23.5210259&lon=77.809569
0
rozek
GDI_ClientInfo
HTTP
This val is part of a series of examples to introduce "val.town" in my computer science course at
Stuttgart University of Applied Sciences . The idea is to motivate even first-semester students not to wait but to put their
ideas into practice from the very beginning and implement web apps with
frontend and backend. It contains a simple web page which sends a GET request to a preconfigured
server that responds with a JSON structure containing some interesting details
about the client and its request. The JSON structure is received and finally
shown to the user. This val is the companion of https://rozek-gdi_clientinfoservice.web.val.run/ which contains the server part (aka "backend") for this example. The code was created using Townie - with only a few small manual corrections. This val is licensed under the MIT License.
0