Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergeichestakov/schedule-helper-badge
Simple Flask app with JSON endpoint that returns how many users ScheduleHelper has
https://github.com/sergeichestakov/schedule-helper-badge
Last synced: 5 days ago
JSON representation
Simple Flask app with JSON endpoint that returns how many users ScheduleHelper has
- Host: GitHub
- URL: https://github.com/sergeichestakov/schedule-helper-badge
- Owner: sergeichestakov
- Created: 2019-10-09T20:38:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T20:18:25.000Z (over 2 years ago)
- Last Synced: 2024-10-12T20:40:20.456Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ScheduleHelper Badge
## About
This repo contains a simple Flask app that's hosted on Heroku and PythonAnywhere.
It contains one JSON endpoint that returns how many users my Chrome extension,
[ScheduleHelper](https://github.com/sergeichestakov/ScheduleHelper),
currently has so that I can display that information on the GitHub repo using a custom Shields badge.The endpoint is available at:
- https://schedule-helper-users-endpoint.herokuapp.com/users
- http://sergeichestakov.pythonanywhere.com/usersI realized after making this that Shields has a badge for Chrome web store downloads,
but decided to use this custom version anyways since theirs truncates the downloads (e.g. 13k instead of 13,473)
which I do not prefer in this case.## Instructions
Run the app: `flask run`Deploy: `git push heroku master`