Send a GitHub link to a Telegram account
The application can fetch the existance of GitHub Repository link and if true will send the link to a given Telegram account.
Just clone this repo and change the T_tur
parameter inside outgoing.js
with your custom url.
Get your custom url from this service https://pushmore.io/
# install all dependencies.
$ yarn install
# Start server:
$ react-native start
# Run android
$ react-native run-android
# Run ios
$ react-native run-ios
Unit test will be added soon