Welcome to Cheddar 🧀!
Getting a job is super difficult. Getting a job at a company committed to Net Zero is almost impossible.
In the UK alone, 1m students graduate each year. 37% of them list climate change as their 'No.1 concern'.
This means that 370k graduates each year cannot make career choices matching their No.1 Concern.
And this is just in the UK...
Cheddar 🧀 - the frictionless job site for all jobs, featuring climate data. The only site you need to get hired.
See graduate Ruby on Rails jobs in London
- Clone the repo
- Bundle install
- Run:
rails db:create db:migrate db:seed
- Run the server:
bin/dev
(runs server + sidekiq automatically) - You're up and running 🎉
To make full use of Cheddar's features (scraping, cloudinary files, chatgpt):
- Add a .env file:
# Scraper functionality
SCRAPE_EMAIL_1 = "your_email"
SCRAPE_PASSWORD_1 = "your_password"
# File uploads
CLOUDINARY_URL = "your_cloudinary_api_key"
# Map Functionality
BING_API_KEY = "your_bing_api_key"
# AI functionality
OPENAI_ACCESS_TOKEN = "your_openai_api_key"
# Company Description Functionality
CRUNCHBASE_API_KEY = "your_crunchbase_key"
# Company Industry Service
COMPANIES_HOUSE_API_KEY = "your_companies_house_api_key"
- Get in touch for the
Product Roadmap
andNotion Workspace
👉 charles.cheesman1@gmail.com
- Bug reports and pull requests welcome 👉 https://github.com/Ches-Ctrl/Cheddar
- We have a volunteer team collecting Net Zero data, similar to 👉 Net Zero Tracker
- Help us make companies Net Zero! Coming soon
© Charlie Cheesman - All rights reserved.
Summary - Be nice! Everyone interacting in the Cheddar's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct
If you get an error on load, you may need to install redis:
# install redis for your local server
brew install redis
# start redis in the background
redis-server
# run the server
bin/dev
Also if you get a chromedriver error:
# install chromedriver
brew install cask chromedriver
# allow it for your system
* Go to Security & Privacy and click ‘Allow Anyway’