Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 393 Bytes

File metadata and controls

12 lines (9 loc) · 393 Bytes

FlaskAPI

An API that counts the characters, number of words, and the whole sentence length (with and without spaces).

To run this file https://flaskapi-9cpk.onrender.com/

OR

To run this API locally, simply type the following command in your terminal:

curl -i -X POST -H "Content-Type: application/json" -d '{"text":"hello 2 times  "}' https://flaskapi-9cpk.onrender.com/analyze