Jaden-Hope / api-tutor

Simple API endpoints to help you when learning to code

Home Page:http://api-tutor.herokuapp.com/v1/cars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API tutor

Simple API endpoints to help you to learn coding.

Deployed at: http://api-tutor.herokuapp.com/v1/cars

Current API end points

End point Description
/v1/cars Return 30 cars of various models and colors
/v1/colors Return all available car colors
/v1/makes Return all available car makes
/v1/cars/color/:color Return cars of a specific color
/v1/cars/make/:make Return cars of a specific make
/v1/cars/color/:car_color Return a specified number of cars of various models and colors
/v1/cars/make/:make/color/:car_color Return a specified make and color of cars

About

Simple API endpoints to help you when learning to code

http://api-tutor.herokuapp.com/v1/cars


Languages

Language:JavaScript 50.9%Language:Handlebars 38.7%Language:HTML 9.0%Language:CSS 1.4%