Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miyaoka/tameninaru-siro-chan

๐ŸฌใŸใ‚ใซใชใ‚‹ใ‚ทใƒญใกใ‚ƒใ‚“ใฎๅ‹•็”ปใ‚’ใƒŸใƒƒใ‚ฏใ‚นใ—ใฆๅ†็”Ÿใ—ใพใ™
https://github.com/miyaoka/tameninaru-siro-chan

Last synced: 6 days ago
JSON representation

๐ŸฌใŸใ‚ใซใชใ‚‹ใ‚ทใƒญใกใ‚ƒใ‚“ใฎๅ‹•็”ปใ‚’ใƒŸใƒƒใ‚ฏใ‚นใ—ใฆๅ†็”Ÿใ—ใพใ™

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).