Skip to content

k-urtica/nuxt-news-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

93 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ฐ Nuxt ร— News App ๐Ÿ“ฐ

nuxt-news-app

Gitmoji prettier MIT LICENCE

News application using News API built with Nuxt.js and Vuetify.โœจ

You can see the latest Japanese news and world news.

๐Ÿ“ฑ Mobile layout

โญ๏ธ Application URL

https://nuxt-news-app.now.sh

๐Ÿ”ง Build Setup

Environment

Create .env file and add API_KEY. Set the News API Key to the value.

BASE_URL=http://localhost:3000
API_KEY=<your News API Key>

Run locally

$ yarn install

$ yarn dev

๐ŸŒ Deploy to zeit now

  1. Create an account for Zeit now
  2. install now cli
# login to zeit now
$ now login

# Add Secrets for building with now and for functions
$ now secrets add BASE_URL https://nuxt-news-app.<your zeit now name>.now.sh
$ now secrets add API_KEY <your News API Key>

# So, When do you deploy๏ผŸ
$ now
# production deploy
$ now --prod

Author

๐Ÿ‘€ K

๐Ÿ“„ License

Copyright ยฉ 2020 K.
This project is MIT licensed.

powered by NewsAPI.org