https://github.com/cheeaun/entei
API for tech events in Singapore
https://github.com/cheeaun/entei
events meetup singapore tech
Last synced: 9 months ago
JSON representation
API for tech events in Singapore
- Host: GitHub
- URL: https://github.com/cheeaun/entei
- Owner: cheeaun
- Created: 2018-10-03T13:49:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T16:18:10.000Z (almost 8 years ago)
- Last Synced: 2025-07-05T14:40:03.323Z (about 1 year ago)
- Topics: events, meetup, singapore, tech
- Language: JavaScript
- Homepage: https://entei.now.sh/
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Entei
===
API for tech events in Singapore.
This API grabs a list of upcoming events from Meetup.com, for **today**, filtered out some not-so-techie groups, and return a nicer, more compact list in JSON format.
Technicalities
---
- Setup
- `npm i` for installing all dependencies
- Create `.env` file with `MEETUP_API_KEY` key and value
- Running
- `npm run dev` - start a local development server
- `npm start` - start a production server