Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This is the Backend API for The Turing Index. It is a RESTful API that serves JSON.
- Python 3.8.6
- Flask 1.1.2
- Continuous Integration with Travis CI
- Continuous Deployment to Heroku
You can consume the API at `` or set it up locally for your development environment by following the instructions below.
- Get Python Version 3.8.6
- TODO: Gist for
pyenvinstructions
- TODO: Gist for
- Clone down this repo and
cdinto it - Activate a virtual environment
- Install the dependencies
- Start the server:
python main.py - The API will run at
localhost:5000
Request:
GET '/calendars'
Response:
{
"data": {
"id": null,
"type": "calendars",
"attributes": [
{
"mod1": {
"frontend": {
"zoom_link": ""
},
"backend": {
"zoom_link": ""
}
}
},
{
"mod2": {
"frontend": {
"zoom_link": ""
},
"backend": {
"zoom_link": ""
}
}
},
{
"mod3": {
"frontend": {
"zoom_link": ""
},
"backend": {
"zoom_link": ""
}
}
},
{
"mod4": {
"zoom_link": ""
}
},
{
"community": {
"zoom_link": ""
}
}
]
}
}
See the open issues for a list of proposed features (and known issues).
The JSON response for /calendars currently does not serve live links to any meetings.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Project Link: https://github.com/your_username/repo_name