Ecosyste.ms: Awesome
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: 2 days ago
JSON representation
It gets the principal information for all the events in the currently year from the BOE calendar
- Host: GitHub
- URL: https://github.com/stenioaraujo/yonkersboemeetingapi
- Owner: stenioaraujo
- Created: 2015-09-01T19:42:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-02T17:22:17.000Z (over 9 years ago)
- Last Synced: 2024-11-11T04:07:36.765Z (2 months ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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