Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T17:30:09.000Z (10 months ago)
- Last Synced: 2024-05-01T13:27:01.344Z (7 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: 5
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# retroShot [![Website](https://img.shields.io/website?url=https%3A%2F%2Fretroshot-6a964.firebaseapp.com)](https://retroshot-6a964.firebaseapp.com/) [![API Docs](https://img.shields.io/badge/api%20docs-passing-green)](https://documenter.getpostman.com/view/4309917/TVenfoyk) [![Node 12](https://img.shields.io/badge/node-v12.0-orange)](https://nodejs.org/en/download/releases/) [![Built with Firebase](https://img.shields.io/badge/Built%20with-Firebase%20%E2%AD%90-orange)](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)