Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farolfo/hackathons-api
A public API that provides upcomming hackathons based on data from Twitter, Facebook, Eventbrite, etc.
https://github.com/farolfo/hackathons-api
Last synced: 13 days ago
JSON representation
A public API that provides upcomming hackathons based on data from Twitter, Facebook, Eventbrite, etc.
- Host: GitHub
- URL: https://github.com/farolfo/hackathons-api
- Owner: farolfo
- License: mit
- Created: 2014-10-14T15:47:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-14T18:40:15.000Z (about 10 years ago)
- Last Synced: 2024-11-08T02:56:34.548Z (2 months ago)
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hackathons-api
==============A public API that provides upcomming hackathons based on data from Twitter, Facebook, Eventbrite, etc.
####Example
```
GET hackathonsapi.com/hackathons?limit=15&offset=0{
data: [
{
id: 'f43fwfw3r4w3de'
name: 'SalesForce 1Millon Hackathon',
source: 'twitter.com/salesforce'
},
...
],
total: 1500
}
```