Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goodbyteco/shocktober-tracker
https://github.com/goodbyteco/shocktober-tracker
golang letterboxd spa vue webscraping
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/goodbyteco/shocktober-tracker
- Owner: GoodbyteCo
- Created: 2022-10-01T01:16:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T02:43:30.000Z (over 1 year ago)
- Last Synced: 2024-11-05T11:18:38.366Z (3 months ago)
- Topics: golang, letterboxd, spa, vue, webscraping
- Language: Vue
- Homepage: https://shocktober.zone
- Size: 835 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shocktober-Tracker
A website to help you track your shocktober challange :) using letterboxd and a fun website
## Project Setup```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Type-Check, Compile and Minify for Production
```sh
npm run build
```