##Usage
pip install -r requirements.txt
Python scrape.py
GET: [/num/<registrationnum>
]
Example usage: GET http://mprest.herokuapp.com/num/MP04A2300
See the permalink version of the request here.
Example result:
{
"Model": "BAJAJ SUPER",
"Owner Name": "SANTOSH KUMAR SAXENA",
"RTO NAME": "BHOPAL",
"Regis Date": "01-04-2002",
"Registration num": "MP04A2300"
}
- Proper error handling.