1null
2
3Migrated from folder: Archive/polls/twitter/twitterDown/twitterAPIDownAlert
1Migrated from folder: Archive/polls/twitter/twitterDown/checkIfTwitterAPIIsDown
1NASA Astronomy Picture of the Day (APOD)
2- Returns the picture of the day from NASA's api as well as a short write up describing the picture.
3- Thanks to @stevekrouse for his fetchJSON val!
4-Happy coding!
1Migrated from folder: API/getWttr
3Get the Air Quality Index (AQI) for a location via open data sources.
4
5It's "easy" because it strings together multiple lower-level APIs to give you a simple interface for AQI.
6
71. Accepts a location in basically any string format (ie "downtown manhattan")
1# Geocode a free-form description via the Nominatim API
2
3> The search API allows you to look up a location from a textual description or address. Nominatim supports structured and free-form search queries.
4
5Docs: https://nominatim.org/release-docs/latest/api/Search/
6
7Migrated from folder: utils/nominatim/nominatimSearch
1Migrated from folder: telegram/expressApiTest
1Migrated from folder: Archive/docsExamples/basicAPIEx
113. 🤣🤣🤣🤣
12
13## API
14
15This val uses the [icanhazdadjoke API](https://icanhazdadjoke.com/api). You can find [more docs here](https://github.com/15Dkatz/official_joke_api), such as how to [filter by type](https://github.com/15Dkatz/official_joke_api?tab=readme-ov-file#grab-jokes-by-type).
16
17Migrated from folder: Archive/polls/dadJoke/dailyDadJoke
1Set the WEATHER_API_KEY environment variable from weatherapi.com
2
3Migrated from folder: Weather/getWeather