Skip to content

Cancel your NYT subscription ❌ πŸ—žοΈ

Notifications You must be signed in to change notification settings

toshvelaga/cancel-NYT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Cancel your New York Times subscription. Built using react, vitejs, node, websockets (ws), twilio, and google speech to text.

Here's the corresponding Medium article with a detailed explanation.

Start client

cd client
npm install
npm run dev

Start server

  • create an .env file in the server folder with the variables in .env.sample
  • add a service account json file to enable google speech to text. Name the file googleKey.json
cd server
npm install
nodemon server.js