tech-conferences / confs.tech

Frontend for https://confs.tech
https://confs.tech
MIT License
1.72k stars 107 forks source link

Hi Guys, any chance of making this a REST service? I am looking for an API related to conferences. Any clues? #104

Closed tarang9211 closed 6 years ago

tarang9211 commented 6 years ago

I'm looking to develop an iOS app for tech conferences so I was searching for an API service that provides this. If this repo is not the right match, could you possibly point me in the right direction?

nimzco commented 6 years ago

Hi @tarang9211, the web app uses the github endpoint to fetch JSON files:

You could use the same since it's open source and the endpoint is provided by github.

There is nothing to add a conference through an API since it's all through these github hosted JSON files. There is probably a way to use the Github API to create pull requests but I haven't planned to work on that so far.

Nice idea for the iOS app though, let us know when you have something! 👍