manu-chroma / username-availability-checker

Live at : https://username-check.herokuapp.com/
95 stars 37 forks source link

Use the website's api if it exists #95

Open seeeturtle opened 6 years ago

seeeturtle commented 6 years ago

Since we need constant result from the website, the best way is to use api. At least there will be less unexpected reault than scraping directly from website.

We may use raml file to store the way to approach to the resource.

How do you think?