A starter project for writing scripts using the Lingo API.
- Clone this repo
npm install
oryarn
- Create an API token and add it to apiToken.js
npm run start
oryarn start
- Start updating index.ts to
Make sure you never share your api token. A postinstall script in package.json will create
apiToken.ts
but it is included in .gitignore to ensure it is not committed back to your repo with your token.