Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spinfal/pokemon-smash-or-pass
Choose whether or not you want to smash or pass a Pokemon
https://github.com/spinfal/pokemon-smash-or-pass
ejs ejs-express idkwhattagtouse javascript nodejs pokemon smash-or-pass ugly-code
Last synced: about 3 hours ago
JSON representation
Choose whether or not you want to smash or pass a Pokemon
- Host: GitHub
- URL: https://github.com/spinfal/pokemon-smash-or-pass
- Owner: spinfal
- License: mit
- Created: 2022-02-13T11:17:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T10:12:26.000Z (about 2 months ago)
- Last Synced: 2024-09-18T13:31:48.363Z (about 2 months ago)
- Topics: ejs, ejs-express, idkwhattagtouse, javascript, nodejs, pokemon, smash-or-pass, ugly-code
- Language: JavaScript
- Homepage: https://pokemon-smash-or-pass.clit.repl.co/
- Size: 2.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokemon Smash or Pass
Why would you ever want to smash a Pokemon?## Prerequisites
[Node.js](https://nodejs.org/en/download/)[NPM](https://www.npmjs.com/)
## Get it running
Configure the [global.js](global.example.js) fileThen run these commands:
```
git clone https://github.com/spinfal/pokemon-smash-or-pass.git
```
```
cd pokemon-smash-or-pass
```
```
npm i
```
```
npm start
```## Credit ❤️
A big thanks to [pokeapi](https://pokeapi.co/) for all of the Pokemon images. They are what made this possible (and easier).##### made by spin <3 -- [spin.rip](https://spin.rip/)