https://github.com/gaving/lexi
🇬🇷 Greek Word of the Day App
https://github.com/gaving/lexi
expo greek ios react-native word-of-the-day
Last synced: 7 months ago
JSON representation
🇬🇷 Greek Word of the Day App
- Host: GitHub
- URL: https://github.com/gaving/lexi
- Owner: gaving
- Archived: true
- Created: 2017-10-21T09:50:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T13:39:46.000Z (over 7 years ago)
- Last Synced: 2025-02-13T17:15:28.194Z (8 months ago)
- Topics: expo, greek, ios, react-native, word-of-the-day
- Language: JavaScript
- Homepage:
- Size: 6.33 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lexi
iOS app for showing a random Greek Word of the Day.
https://expo.io/@gaving/lexi
[](site/1.png)
### Developing
Edit `config.json` to configure your Google translate and wordsapi.com key.
```js
{
"GOOGLE_TRANSLATE_API_KEY": "key",
"WORD_API_KEY": "key"
}
```Then build and run the app:-
```bash
yarn && yart start
```### Download on iOS
The iOS version can be found here 👉 [App Store](https://itunes.apple.com/us/app/lexi-greek-word-of-the-day/id1299483660?ls=1&mt=8)