Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
}
```