JB1905 / beta-tracker

🔭 Listen for new Apple beta releases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beta Tracker

About

Beta Tacker checks if new Apple betas are available. When it detects a new version, it will send you a message (SMS).

Alternatives

Prerequisites

  • Node.js
  • npm/Yarn
  • Nexmo (Vonage) account with API keys

Setup

1. Clone repo
$ git clone https://github.com/JB1905/beta-tracker.git
2. Go to directory
$ cd /path/to/beta-tracker
3. Set environment variables
  • Copy .env.example file to .env
  • Set environment variables in .env
4. Install dependencies
$ yarn

# Or use npm
$ npm i
5. Run
$ yarn start

# Or use npm
$ npm start

Build with

License

This project is licensed under the MIT License © 2019-present Jakub Biesiada

About

🔭 Listen for new Apple beta releases

License:MIT License


Languages

Language:TypeScript 85.7%Language:JavaScript 7.5%Language:Shell 6.8%