https://github.com/scbd/informea
InforMEA to SCBD's REST API Bridge
https://github.com/scbd/informea
Last synced: 3 months ago
JSON representation
InforMEA to SCBD's REST API Bridge
- Host: GitHub
- URL: https://github.com/scbd/informea
- Owner: scbd
- License: mit
- Created: 2014-08-28T17:17:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-08-14T16:15:22.000Z (11 months ago)
- Last Synced: 2025-12-26T10:05:41.918Z (6 months ago)
- Language: JavaScript
- Homepage: https://api.cbd.int/informea.svc
- Size: 102 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://david-dm.org/scbd/informea) [](https://circleci.com/gh/scbd/informea/tree/master)
## Quick Start
The quickest way to get started if to clone and run the application as shown below:
Clone the project
git clone git://github.com/scbd/informea.git
cd informea
Install dependencies
npm install
Now you can launch the project directly.
npm start
You'll then be able to access the service locally at `http://localhost:8000/informea.svc`.