| home | true | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| tagline | Open Course API's mission is to teach students how to make data driven applications. | |||||||||||||||
| actionText | Quick Start → | |||||||||||||||
| actionLink | /guide/ | |||||||||||||||
| features |
|
|||||||||||||||
| footer | Made with ❤️ by Madhav and Kishan |
We have a lot you can do! Try some of the following to get your feet wet.
git clone https://github.com/OpenCourseAPI/OwlAPI.git
cd OwlAPI && pipenv install
pipenv run python scrape_term.py
pipenv run python server.py
# Go to https://localhost:8080 and enjoy!git clone https://github.com/OpenCourseAPI/live-fhda-class-data.git
git clone https://github.com/OpenCourseAPI/data-analysis.git
cd data-analysispipenv install
pipenv run python .
::: tip Open Course API requires Python 3 and pipenv to be installed in your system. :::