Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wesjd/changelogger
Dynamic changelogs by day for GitHub repositories
https://github.com/wesjd/changelogger
bootstrap github github-api node nodejs pm2
Last synced: 19 days ago
JSON representation
Dynamic changelogs by day for GitHub repositories
- Host: GitHub
- URL: https://github.com/wesjd/changelogger
- Owner: WesJD
- License: mpl-2.0
- Created: 2016-11-23T01:35:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-23T01:48:34.000Z (about 8 years ago)
- Last Synced: 2024-12-20T09:09:51.019Z (27 days ago)
- Topics: bootstrap, github, github-api, node, nodejs, pm2
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# changelogger
Dynamic changelogs sorted by day.
![Image](http://i.imgur.com/nzJjdL9.png)
## How to use
1. Clone the repository
2. Run `npm install` in that directory
3. Setup [config.json](config.json)
4. Run with `pm2 start src/server.js --name changelogger`
5. Navigate to [localhost:3001](http://localhost:3001)## Contributing
Simply submit a PR.
## License
Licensed under the [Mozilla Public License 2.0](LICENSE).