Skip to content

Umreen24/rent-weather-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Where Should I Live API

About

This API allows a user to query rent and weather conditions for different cities within the US.

Rent

Rent query string

/rent?rent=&compare=greater/less&quantity=&key=API_KEY

Parameters

rent
The rent amount you would like to compare against. This amount must be an integer.

compare
Returns the cities greater or less than rent amount. User must input greter or less.

quantity
The number of citites returned in result. This amount must be an integer.

key
Private key availabe upon request.

Rent Result

Weather

Weather query string

/weather?city=&state=&weather_date=&key=API_KEY

Parameters

city
City you would like to query. This must be a string.

state
State of city you would like query. This must be a string.

weather_date
The specific date you would like to query. This must be a valid date sent in YYYY-MM-DD format.

key
Private key availabe upon request.

Weather Result

Errors

If you do not have an API key, you will receive the following error.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published