Raindrop API examples & templates
Use these vals as a playground to view and fork Raindrop API examples and templates on Val Town. Run any example below or find templates that can be used as a pre-built solution.
s3thi
stumbleDrop
HTTP
Redirects to a random bookmark from my personal Raindrop.io bookmarks. Powered by: https://www.val.town/v/s3thi/bookmarksDatabase to define the schema for the SQLite database that holds a copy of my bookmarks https://www.val.town/v/s3thi/syncBookmarks to sync bookmarks from Raindrop.io on a set interval
0

stevekrouse
umbrellaReminder
Cron
āļø Umbrella reminder if there's rain today Setup Fork this val š https://val.town/v/stevekrouse.umbrellaReminder/fork Customize the location (line 8). You can supply any free-form description of a location. ā ļø Only works for US-based locations (where weather.gov covers). How it works Geocodes an free-form description of a location to latitude and longitude ā @stevekrouse.nominatimSearch Converts a latitude and longitude to weather.gov grid ā @stevekrouse.weatherGovGrid Gets the hourly forecast for that grid Filters the forecast for periods that are today and >30% chance of rain If there are any, it formats them appropriately, and sends me an email
9