An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Dependency Status](https://david-dm.org/scbd/informea.svg)](https://david-dm.org/scbd/informea) [![Circle CI](https://circleci.com/gh/scbd/informea/tree/master.svg?style=shield)](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`.