/cancel-NYT

Cancel your NYT subscription ❌ 🗞️

Primary LanguageJavaScript

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