Inspiration
Being a developer who is not a native English speaker with the need to come up with good variable or function names.
What it does
It suggests programmers some alternatives for their variables names.
How we built it
Built in TypeScript, used Thesaurus API and deployed with heroku
What we learned
- I've learned about monitoring in Postman
- I've learned that you can Postman in the web browser
- I've learned about the thesaurus api
Challenges we ran into
- The length of the output array is mn, where
n
is the length of the input andm
is the max synonyms that I have declared. In that case, the response can be massive.
What's next for Varsyno
- Support paging the data
- Obligate the users to send Thesaurus API key
Log in or sign up for Devpost to join the conversation.