🟢 Project status: active[?]
SpellingUkraine is a project that aims to promote the correct spelling of Ukrainian place names, personal names, and other words in English. It's comprised of a website where you can quickly look up how to write individual names, as well as a set of bots that detect typical spelling mistakes online and correct them automatically.
- 🌐 Web app:
https://spellingukraine.com
(hosted on Vercel) - 🤖 Reddit bot:
/u/SpellingUkraine
(hosted on Heroku) - 🤖 Twitter bot:
@SpellingUkraine
(hosted on Heroku)
Prerequisites:
- NodeJS
- Yarn
Before doing anything, install dependencies by running:
yarn install
To start the web app, run:
yarn start:web
To start the Reddit bot, run:
yarn start:reddit-bot
To start the Twitter bot, run:
yarn start:twitter-bot
Read the instructions here.