Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
parthpandyappp authored Jan 18, 2021
1 parent 5aa4df1 commit cb32bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
A simple web-app which throws a random word at interface and further get's into another API to fetch it's definition from, where the definition too get's on the interface as shown in the below **Early Preview** section 👇. Built upon VanillaJs🍦, design powered⚡ by standard HTML-CSS (Bootstrap).😍

### API's used in the project.
1. **For generating random word** : https://random-word-api.herokuapp.com/word?number=<number_of_words_to_generate>
2. **For getting it's definition** : https://dictionaryapi.com/api/v3/references/collegiate/json/<word_to_be_searched>?key=<api_key>
1. **For generating random word** : https://random-word-api.herokuapp.com/word?number=number_of_words_to_generate
2. **For getting it's definition** : https://dictionaryapi.com/api/v3/references/collegiate/json/word_to_be_searched?key=api_key

### Early Preview

Expand Down

0 comments on commit cb32bdc

Please sign in to comment.