0.4.0 • Published 9 months ago

fortune-teller-game v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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>
0.4.0

9 months ago

0.3.2

1 year ago

0.3.3

1 year ago

0.3.0

1 year ago

0.3.1

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.16

1 year ago

0.1.15

1 year ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.9

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago