https://github.com/yeah568/equity-apartments-tracker
Track the prices of Equity Residential apartments as they fluctuate day by day.
https://github.com/yeah568/equity-apartments-tracker
appengine golang golang-application google-cloud googleappengine react
Last synced: about 2 months ago
JSON representation
Track the prices of Equity Residential apartments as they fluctuate day by day.
- Host: GitHub
- URL: https://github.com/yeah568/equity-apartments-tracker
- Owner: yeah568
- License: gpl-3.0
- Created: 2018-04-29T05:54:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T06:15:10.000Z (about 8 years ago)
- Last Synced: 2025-03-16T20:45:14.115Z (about 1 year ago)
- Topics: appengine, golang, golang-application, google-cloud, googleappengine, react
- Language: JavaScript
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# equity-apartments-tracker
Track the prices of Equity Residential apartments as they fluctuate day by day.
Designed to run on Google App Engine standard environment. Uses Google Cloud Datastore for data storage.
# Installation
__Requirements:__
- Google Cloud SDK
- Node.js/npm
1. Clone the repo.
2. `cd` into the `frontend` directory.
3. Run `npm install`
4. Run `npm run build`
5. `cd` back into the root directory.
6. Run `gcloud app deploy`
Your instance should now be running.
## Customization
To modify the apartment buildings that are tracked, update `siteURLs` in `hello.go` with the name and URL of the apartment building you're trying to track.