AmiiboAPI is RESTful API that contains the Amiibo Database. See the documentation of AmiiboAPI here
AmiiboAPI viewer allows looking through the list of Amiibo characters. By click on the item, you can see the detail information about it and discover another 3 relevant characters. It is also possible to see details about the random character.
- Install dependences:
npm install
- Compiles and hot-reloads for development:
npm run serve
- Compiles and minifies for production
npm run build
- Lints and fixes files:
npm run lint