Skip to content

amanfojnr/codejobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeJobs API

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.

Documentation

For more examples and usage, please refer to the Wiki.

Development setup

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

Release History

  • 0.0.1
    • Work in progress

Meta

Kenneth Amanfo Junior – @amanfojnr_amanfojnr@zoho.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/amanfojnr

Contributing

  1. Fork it (https://github.com/amanfojnr/codejobs/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

About

An open job listing API to build job listing client apps for web, mobile, desktop, etc for tech related jobs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published