Giter VIP home page Giter VIP logo

manulife's Introduction

Get Trade Web Service

A Web Service API to get last trade values from Yahoo Finacial API

This is just enough info to get you up and running. Most of your interactions with installation will be through the command line.

Run commands in the Terminal app if you’re on Mac, your shell in Linux, or Cygwin if you are on Windows.

Install prerequisites

Before installing WebService, you will need the following:

  • NodeJS v4.1.x+
  • NPM (which comes bundled with Node) v3.3.7+
  • Git v1.8.x+

Install NodeJS & NPM

You can check if you have Node and npm installed by typing:

$ node --version && npm --version

If you need to upgrade or install Node, the easiest way is to use an installer for your platform.

Download the .msi for Windows or .pkg for Mac from the NodeJS website.

For any Linux distributions, you may installing Node.js via package manager

Install Git

You can check if you have Git installed by typing:

$ git --version

Git via Git

If you already have Git installed, you can get the latest development version via Git itself:

$ git clone https://github.com/git/git

Make sure you have the right version of Git installed. If you don't have Git, grab the installers from the Git website.

Or you may install Git via command line

$ sudo apt-get install -y git-core

Install Nodemon

Nodemon is a command line utility to restart node web server when the watch files have updated. You can check if you have nodemon installed by typing:

$ nodemon --version

If you don't have Nodemon, install it with npm by typing:

$ sudo npm install -g nodemon

Installations

It's highly recommended that you install WebService as a package (including all the correct dependencies).

This is best done with NPM

  • NPM, a package manager for Node.js libraries and applications.

Install Node Package Manager (NPM)

Root folder containing a program described by a package.json file.

Install the packages with npm install. NPM installs packages to /node_modules/.

$ npm install

This command installs all required packages, and any packages that it depends on. If the package has a shrinkwrap file, the installation of dependencies will be driven by that. See npm-shrinkwrap.


Getting Started

Gulp.js is the streaming build system. Its use of streams and code-over-configuration makes for a simpler and more intuitive build.

For more about get started guide, API docs, recipes, making a plugin, etc. see gulp.js documentation page!

Run gulp for development streaming build and live preview

$ gulp

Run gulp babel for building a distribution assests for production

$ gulp babel

Support

Need help, bugs report or have an issue and question?

Browser Support

Chrome, Firefox, Safari, Opera, IE 8+ (requires ES5-shim).

License

ISC license Copyright (c) 2016 Wayne Cheah

manulife's People

Stargazers

Peter Bata avatar

Watchers

James Cloos avatar Wayne Cheah 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.