This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

fortune-teller-game

0.4.0 • Public • Published

fortune-teller-game

About

Fortune Teller Game is still a work in progress and it's being made with love and sorcery. This project is being developed with JavaScript, TypeScript and Vue.js. Standalone project to be included as NPM package inside our other project, Fortune Machine, or maybe other projects.

Created by Gabriel Galves Taliatti and Camila de Oliveira Mônaco.

GitHub Page

APIs:

Project setup

npm install --save fortune-teller-game

or

yarn add fortune-teller-game

Basic Usage

//src/components/YourComponent.vue
<template>
  <FortuneTellerGame
    :locale="defaultLocale"
    :rapid-api-key="rapidApiKey"/>
</template>

<script>
  import FortuneTellerGame from "fortune-teller-game";

  export default {
    components: {
      FortuneTellerGame
    },

    data() {
      return {
        defaultLocale: 'pt-br',
        rapidApiKey: 'your-rapid-api-key', // Required
      }
    },
  };
</script>

Package Sidebar

Install

npm i fortune-teller-game

Weekly Downloads

0

Version

0.4.0

License

MIT

Unpacked Size

10 MB

Total Files

81

Last publish

Collaborators

  • galvesmash