Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neume/posko-api-docs
Posko API references
https://github.com/neume/posko-api-docs
api api-reference pos posko
Last synced: about 1 month ago
JSON representation
Posko API references
- Host: GitHub
- URL: https://github.com/neume/posko-api-docs
- Owner: neume
- License: other
- Created: 2018-05-10T12:22:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T14:17:57.000Z (over 6 years ago)
- Last Synced: 2024-10-18T15:16:26.267Z (3 months ago)
- Topics: api, api-reference, pos, posko
- Language: JavaScript
- Homepage: https://neume.github.io/posko-api-docs
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# POSko API references
This is the documentaion of [POSko](https://github.com/neume/posko) API references.You can find [API Docs here](https://neume.github.io/posko-api-docs).
## Local Server Setup
Run these commands
```
bundle install
# run server
bundle exec middleman server
```
## Deploying
+ Push to default branch
+ Run ```./deploy.sh```## Contributing
Contributions are welcome. `Fork`, `Clone`, `Modify` then create a `Pull Request`.## Slate
This api documentation template is forked from [Slate](https://github.com/lord/slate)