Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patriciomacadden/isco
International Standard Classification of Occupations. A browsable database of ISCO 08.
https://github.com/patriciomacadden/isco
Last synced: 16 days ago
JSON representation
International Standard Classification of Occupations. A browsable database of ISCO 08.
- Host: GitHub
- URL: https://github.com/patriciomacadden/isco
- Owner: patriciomacadden
- Created: 2012-03-11T14:42:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-12T01:51:03.000Z (over 12 years ago)
- Last Synced: 2024-02-13T02:14:21.585Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 134 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ISCO
This application holds the contents for the [International Standard Classification of Occupations](http://www.ilo.org/public/english/bureau/stat/isco/index.htm).
## Purpose
The purpose of this application is to provide the contents of the ISCO in a SQL file, both in English and Spanish languages (currently in Spanish only). Feel free to send a pull request with new languages and/or corrections.
## Current languages
* Spanish
## What's inside of this application?
### Database ready for use
Just run `rake db:migrate`.
### Browser
You can use this application for browsing through groups.
### API
Using the browser, just append `.json` to the url and it will return the data as json.
## Quick start
```
$ bundle
``````
$ rake db:create
``````
$ rake db:migrate
``````
$ rails s
```Now, you can use `http://localhost:3000` to browse the ISCO.
## Contributing
If you find a bug, want to improve the project, add more translations, or anything please send a pull request:
1. Fork it.
2. Create a branch (`git checkout -b my_awesome_branch`)
3. Commit your changes (`git commit -am "Added some magic"`)
4. Push to the branch (`git push origin my_awesome_branch`)
5. Create an ussue with a link to your branch