Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhyasama/discourse-api
Node wrapper for the Discourse API
https://github.com/dhyasama/discourse-api
Last synced: 4 months ago
JSON representation
Node wrapper for the Discourse API
- Host: GitHub
- URL: https://github.com/dhyasama/discourse-api
- Owner: dhyasama
- License: mit
- Created: 2014-01-03T19:31:30.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T09:25:13.000Z (over 3 years ago)
- Last Synced: 2024-08-09T14:03:07.092Z (4 months ago)
- Language: JavaScript
- Size: 69.3 KB
- Stars: 34
- Watchers: 6
- Forks: 30
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
discourse-api
=============
[![Known Vulnerabilities](https://snyk.io/test/github/dhyasama/discourse-api/0b0f8cc9a7fd9d19a580166469e003542f87c1de/badge.svg)](https://snyk.io/test/github/dhyasama/discourse-api/0b0f8cc9a7fd9d19a580166469e003542f87c1de)A simple Node wrapper for the Discourse API
This is just a quick stab at using the Discourse api within a Node project I'm working on. It's rough and has limited
coverage at the moment but will get better with time. Contributions are welcome.I added Vagrant to make testing easier. A local box is fastest. I've also set it up to use the Digital Ocean provider.
Both using Sam Saffron's Discourse Docker project. After getting Discourse running with Docker, create a package or a
snapshot and then use vagrant to fire it up for testing.https://github.com/SamSaffron/discourse_docker
https://github.com/smdahlen/vagrant-digitalocean