Danial7 commited on
Commit
f7dfb4d
·
verified ·
1 Parent(s): a5203b8

Update job_api.py

Browse files
Files changed (1) hide show
  1. job_api.py +2 -2
job_api.py CHANGED
@@ -1,7 +1,7 @@
1
  import requests
2
 
3
- ADZUNA_APP_ID = "your_adzuna_app_id"
4
- ADZUNA_APP_KEY = "your_adzuna_app_key"
5
 
6
  def get_jobs(keyword="engineer", location="USA", max_results=5):
7
  url = f"https://api.adzuna.com/v1/api/jobs/us/search/1"
 
1
  import requests
2
 
3
+ ADZUNA_APP_ID = "f4efd3a2"
4
+ ADZUNA_APP_KEY = "5702f3c0507ac69f98aa15f855b06901"
5
 
6
  def get_jobs(keyword="engineer", location="USA", max_results=5):
7
  url = f"https://api.adzuna.com/v1/api/jobs/us/search/1"