https://github.com/remy/changelog
https://github.com/remy/changelog
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/remy/changelog
- Owner: remy
- Created: 2014-01-16T09:49:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-16T18:34:12.000Z (over 11 years ago)
- Last Synced: 2025-03-19T02:11:24.375Z (7 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 20
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# changelog as a service
The aim: permalink to http://\/\/\/\
eg. /remy/nodemon/1.0.0 shows the commits since the last tag.
Live demo (though entirely in client side JS so it's not linkable): http://jsbin.com/AfosAbo/3
## TODO
- Database backend to cache commits between tags to reduce API hits
- (naked) domain (though I'd like to get it up on heroku for hosting)
- Possibly add user github auth to put the api cost on the user (though 5000 limit might be fine...)