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

https://github.com/stenioaraujo/yonkersboemeetingapi

It gets the principal information for all the events in the currently year from the BOE calendar
https://github.com/stenioaraujo/yonkersboemeetingapi

Last synced: 3 months ago
JSON representation

It gets the principal information for all the events in the currently year from the BOE calendar

Awesome Lists containing this project

README

        

Description
------
It gets the principal information for all the events in the currently year from the BOE calendar (http://206.155.75.42/calendar.aspx)

Installation
------
Clone this repository in your server. Then install the dependencies that are described within the ***package.json*** file. For that you only need to run:

npm install

Now it is ready to be executed:

npm start

If you don`t change any default value, the API is visible at http://your_server:3000