https://github.com/muniftanjim/stapsher
API service for handling user-generated contents on static sites
https://github.com/muniftanjim/stapsher
express nodejs
Last synced: over 1 year ago
JSON representation
API service for handling user-generated contents on static sites
- Host: GitHub
- URL: https://github.com/muniftanjim/stapsher
- Owner: MunifTanjim
- License: mit
- Created: 2018-04-13T17:31:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T06:29:35.000Z (over 7 years ago)
- Last Synced: 2025-03-17T03:34:25.056Z (over 1 year ago)
- Topics: express, nodejs
- Language: JavaScript
- Homepage: https://stapsher.netlify.com
- Size: 278 KB
- Stars: 10
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[
](#stapsher)
[](#stapsher)
[](https://codecov.io/gh/extraStatic/stapsher)
[](https://stapsher.netlify.com)
[](https://github.com/extraStatic/stapsher/blob/master/LICENSE)
# Stapsher
Stapsher is an API service for handling user-generated contents on static sites, built with Node.js.
Stapsher currently works with:
- GitHub
- GitLab
BitBucket support is planned for future.
## What does it do?
In short:
- Receives user-generated contents
- Validates & processes them
- Generates static data file
- Pushes the data file git to repository
## Documentation
You can find the documentation for Stapsher at: [https://stapsher.netlify.com](https://stapsher.netlify.com)
## Development
If you find a bug or want to request a new feature, feel free to open an issue.
## Acknowledgement
Stapsher is inspired by [Staticman](https://github.com/eduardoboucas/staticman) (developed by [Eduardo Bouças](https://github.com/eduardoboucas)).
## License
Stapsher's source code is licensed under the MIT License. Check the [LICENSE](https://github.com/extraStatic/stapsher/blob/master/LICENSE) file for details.