README
pokemon-french
I got inspired by sindresorhus
Install
$ npm install --save pokemon-french
Usage
const pokemon = require('pokemon-french');
console.log(pokemon[0]); // Bulbizarre
Other Languages
License
MIT © Oliver-j
A simple json file with all pokemon
<script type="module">
import pokemonFrench from 'https://cdn.skypack.dev/pokemon-french';
</script>
I got inspired by sindresorhus
$ npm install --save pokemon-french
const pokemon = require('pokemon-french');
console.log(pokemon[0]); // Bulbizarre
MIT © Oliver-j