Nuxt.js and Vue.js app that shows quotes using the Numbers API

nuxtjs - trivia

Check out a simple application made with Nuxt.js, Axios library and Google fonts that shows a quote from NUMBERSAPI. Let your metrics tell tales with our API of number facts

To see the app in action:

Clone the repository:

$ git clone https://github.com/eloquentbit/trivia.git

Install the dependencies:

$ npm install
$ npm run dev
Go to http://localhost:3000

Demo:

You can pick from

  • Trivia
  • Math
  • Date
  • Year

and the app will get you a random quote related to the topic you have choosen (e.g. call to http://numbersapi.com/random/year).

You can take a look at the source code, here.