Giter VIP home page Giter VIP logo

pokeguide_web's Introduction

PokeGuide_Web

A offline Pokedex made with nw.js and AngularJS

Requirements:

  • node.js
  • npm
  • nw-gyp
  • nw.js

NW.js (Node-Webkit)

To run the app you need nw.js from http://nwjs.io/. Download it for your platform und put it in the folder nw.js.

node.js

You can get nodejs from https://nodejs.org/en/ This should install npm as well

SQLite3 (node-sqlite3)

To install sqlite3 you need the following:

  • nw-gyp:

npm install -g nw-gyp

  • sqlite3: In the project directory run

"npm install sqlite3 --build-from-source --runtime=node-webkit --target_arch=x64 --target=X.XX.X"

where X.XX.X is the version of nw.js you are using, for example 0.17.1. You can find the NW.js by running nw.js/nw --version. Dependent on your OS multiple tools may be neccessary to build SQLite properly (like Python 2.7). Additional help can be found here: https://github.com/mapbox/node-sqlite3#building-for-node-webkit

NPM

npm install

This will download all other dependencies for you.

Run

Now run

nw.js/nw .

from the base folder in your Terminal/Console and the app should start.

Additional

As of now, rxjs has a bug that prevents routing from working properly. The temporary workaround is to go in

node_modules/rxjs/bundles/Rx.umd.js

and replace the line

Observable_1.Observable.prototype.catch = catch_1._catch;

with this

Observable_1.Observable.prototype._catch = catch_1._catch;

as described in angular/angular#11300 (comment)

pokeguide_web's People

Contributors

kampfmoehre avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.