Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miyaoka/tameninaru-siro-chan
๐ฌใใใซใชใใทใญใกใใใฎๅ็ปใใใใฏในใใฆๅ็ใใพใ
https://github.com/miyaoka/tameninaru-siro-chan
Last synced: 6 days ago
JSON representation
๐ฌใใใซใชใใทใญใกใใใฎๅ็ปใใใใฏในใใฆๅ็ใใพใ
- Host: GitHub
- URL: https://github.com/miyaoka/tameninaru-siro-chan
- Owner: miyaoka
- Created: 2018-02-04T16:51:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:43:16.000Z (11 months ago)
- Last Synced: 2023-12-15T06:47:41.420Z (11 months ago)
- Language: Vue
- Homepage: https://tameninaru-siro-chan.netlify.com/
- Size: 344 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tameninaru-siro-chan
> ใใใซใชใใทใญใกใใใฎๅ็ปใใใใฏในใใฆๅ็ใใพใ
https://tameninaru-siro-chan.netlify.com/
## Required
- [YouTube Data API Key](https://developers.google.com/youtube/v3/getting-started?hl=ja)
### To set API key
- Rename `.env.sample` to `.env`
- Set your API key into `YOUTUBE_API_KEY`## Build Setup
```bash
# install dependencies
$ npm install # Or yarn install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate
```For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).