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: 5 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-23T01:48:34.000Z (over 9 years ago)
- Last Synced: 2025-02-18T01:37:24.490Z (about 1 year 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.

## 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).