nfarah86 / js-api-pb-meetup1-pokemonGo

Building a Pokemon-Go-Like-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building A Pokemon-Go-Like App

This is the first project for the JS+API Meetup! This is a mini browser version of the Pokemon game.

##Getting-Started

  1. Make sure your npm and node softwares are updated and current.

  2. Have the Postgres App installed.

  3. Download the CLI for Nodal. Go through the first 5 steps (do not deploy) of Creating Your First API On Your Computer

##Running the Server

$ cd pokemon-back-end
$ nodal s
$ cd pokemon-front-end
$ node app.js

Open 2 Webpages:

1st tab

2nd tab

Generated by Nodal

License

The MIT License (MIT)

Copyright (c) 2016 Nadine Hachouche nadine.hachouche@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Building a Pokemon-Go-Like-App


Languages

Language:JavaScript 77.7%Language:CSS 11.4%Language:HTML 10.9%