Periodically checks for new listings/links defined by the user on select services
- Rename all the .example files to their proper names and fill in the files
.env.example
to.env
ios/GimmeTheLoot/Info.plist.example
toios/GimmeTheLoot/Info.plist
- Run
$ docker-compose up
- Periodically run
monitor/
. I just use cron.
- Requires Apple Developer Program
- Enable Push Notification in https://developer.apple.com/account/resources/identifiers/list
- Add Push Notification compatability in Xcode for
ios/
- Add Push Notification compatability in Xcode for
- Add certificates (
cert.pem
andkey.pem
) intoapi/
. Instructions available at https://github.com/node-apn/node-apn/wiki/Preparing-Certificates
web/
and mobile/
are incomplete and are likely to be scrapped for a better solution. The current
best way to interface with the API is ios/
- eBay