neuro-ajax

0.1.0 • Public • Published

neuro-ajax

The best project ever.

Getting Started

Before anything taking its part, you should install node and "cortex".

Install Node

Visit http://nodejs.org, download and install the proper version of nodejs.

Install Cortex

# maybe you should use `sudo`
npm install -g cortex

Using neuro-ajax In Your Project

First, install 'neuro-ajax' directly with ctx install (recommended)

ctx install neuro-ajax --save

or, you could update your package.json manually

dependencies: {
    'neuro-ajax': '<version-you-want>'
}

and install dependencies

ctx install

Then, use require method in your module

var neuro-ajax = require('neuro-ajax');

Finally, start cortex server

ctx server

Then cortex will care all the rest.

API Documentation

neuro-ajax: constructor

': constructor' means the module.exports of module 'neuro-ajax' is a constructor that we should use it with the new keyword

new neuro-ajax(options)

options

  • options.name {String}

neuro-ajax.<method-name>(arguments)

Means this is a static method of module.exports

arguments

// arguments description here

.<method-name>(arguments)

Mean this is a method of the instance

arguments

// arguments description here

Readme

Keywords

none

Package Sidebar

Install

npm i neuro-ajax

Weekly Downloads

0

Version

0.1.0

License

none

Last publish

Collaborators

  • spud