An open data job listing platform that can be used to build job listing client services for tech related jobs.
CodeJobs offer a shared data interface from job postings by companies all around the world. It does this by providing endpoints, that developers can build client apps on and registered companies can use to create company profiles and post job openings. There are endpoints for listing the data as well. So there are possibilities of a wider reach with several clients displaying common data at different places.
For more examples and usage, please refer to the Wiki.
The service is built with Django and the djangorestframework. Dependencies are available in the requirements.txt file.
OS X & Linux & Windows:
git clone https://github.com/amanfojnr/codejobs.git
cd codejobs
virtualenv -p python3 myvenv
source myvenv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
- 0.0.1
- Work in progress
Kenneth Amanfo Junior – @amanfojnr_ – amanfojnr@zoho.com
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/amanfojnr
- Fork it (https://github.com/amanfojnr/codejobs/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request