https://github.com/thehappydinoa/retroshot
Can you guess what year this picture was taken?
https://github.com/thehappydinoa/retroshot
cs375 drexel firebase firebase-admin firebase-auth firebase-firestore firebase-hosting nodejs
Last synced: 11 months ago
JSON representation
Can you guess what year this picture was taken?
- Host: GitHub
- URL: https://github.com/thehappydinoa/retroshot
- Owner: thehappydinoa
- Created: 2020-10-22T15:39:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T17:30:09.000Z (about 2 years ago)
- Last Synced: 2025-03-28T03:51:06.073Z (12 months ago)
- Topics: cs375, drexel, firebase, firebase-admin, firebase-auth, firebase-firestore, firebase-hosting, nodejs
- Language: JavaScript
- Homepage: https://retroshot-6a964.firebaseapp.com/
- Size: 6.25 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# retroShot [](https://retroshot-6a964.firebaseapp.com/) [](https://documenter.getpostman.com/view/4309917/TVenfoyk) [](https://nodejs.org/en/download/releases/) [](https://firebase.google.com/)
Our final project for CS 375. Based around the popular subreddit [`r/OldSchoolCool`](https://www.reddit.com/r/OldSchoolCool/) where images are gathered and the user is asked to guess the year.
## Install
This project uses `Yarn` Workspaces.
```sh
yarn install
```
## Usage
### Client
```sh
yarn start
```
### Serve Functions
```sh
yarn functions
```
### Scrape Function
```sh
yarn scrape
```
## Resources
- [`node` Download](https://nodejs.org/en/download/releases/)
- [`yarn` Install](https://yarnpkg.com/getting-started/install)
- [`r/OldSchoolCool`](https://www.reddit.com/r/OldSchoolCool/)
- [API Documentation](https://documenter.getpostman.com/view/4309917/TVenfoyk)