Andy Jiang
Andy Jiang
Add GA
Adding server side GA so we can measure traffic on the examples page. UA-property should match the same as deno.land. Shouldn't be an issue due to the same TLD.
would be cool if we could allow github action yaml file to look like this: ``` - uses: denoland/deployctl@v1 with: project: example-deno-eleventy static: _site ``` instead of: ``` - uses:...
would be cool to go back to a previously saved/deployed version of the code in the playground.
add link for “what should i set the threshold” to FAQ (https://botometer.iuni.iu.edu/#!/faq#which-score)
- [ ] add list of bots detected in the popup. with a link to "learn more" (take to botometer site)
https://news.ycombinator.com/item?id=8649261 I think it would be cool to allow users to save a regex with their point threshold. Any stories that match both will be sent to the user. I...
Here is one that is cool: https://github.com/samuelfullerthomas/emojiripper If there are more we should have a related emoji/slack projects.
Because this is important.
Display either: - next event - or full day event, if there is one - or the day's longest event This looks like a good module: https://www.npmjs.com/package/google-calendar-helpers
Add muni predictions for 6am to 11am pacific. ``` curl -X POST -H "Content-type: application/json" -d '{"stops":[{"route":"2", "stpTag":"6608"}]}' http://nextbus-predictions.herokuapp.com/api/predictions -v ``` Ping every 60 seconds?