carloschneider / ipa-api

IPA - International Phonetic Alphabet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub

ipa-api

About

IPA: International Phonetic Alphabet

This API was created to web scraping the Collins Dictionary and return the phonetics of a word

How to use

https://ipa-rest.herokuapp.com/:word

Example

https://ipa-rest.herokuapp.com/hello

Should return:

{
  "pronunciation": "heloʊ",
  "url": "https://www.collinsdictionary.com/dictionary/english/hello"
}

About

IPA - International Phonetic Alphabet

License:MIT License


Languages

Language:TypeScript 99.8%Language:JavaScript 0.1%Language:Shell 0.1%Language:Procfile 0.0%