1Migrated from folder: Archive/docsExamples/apiExample
1Migrated from folder: Archive/polls/twitter/twitterDown/twitterAPIDown
1Migrated from folder: Archive/nakedAPIEx
1null
2
3Migrated from folder: Archive/polls/twitter/twitterDown/twitterAPIDownAlert
1Migrated from folder: Archive/polls/twitter/twitterDown/checkIfTwitterAPIIsDown
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: 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
14and the `excludes` for what you don't want to get notified for.
15
16You can use [Twitter's search operators](https://developer.twitter.com/en/docs/twitter-api/v1/rules-and-filtering/search-operators) to customize your query, for some collection of keywords, filtering out others, and much more!
17
18## 2. Notification
22## Twitter Data & Limitations
23
24The Twitter API has become unusable. This val gets Twitter data via [SocialData](https://socialdata.tools),
25an affordable Twitter scraping API. In order to make this val easy for
26you to fork & use without signing up for another API, I am proxying
27SocialData via @stevekrouse/socialDataProxy. Val Town Pro users can call this proxy a limited amount per day.
28
29If you want to run it more, get your own [SocialData](https://socialdata.tools)
30API token and pay for it directly.
31
32Legacy folder path: Archive/polls/twitter/twitterAlert