0.0.3 • Published 9 years ago

odyssey-client v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

odyssey-client NPM version Build Status Dependency Status

NPM

Odyssey Client desktop application, Lets you access Odyssey Cloud. We use NW.js to run our software.

Installation with NPM and GULP

GULP change plataform to build.

Inside gulpfile.js change this:

var nw = new NwBuilder({
    files: './*', 
	version: '0.12.3',
    platforms: ['win32'] //Change or add here the desired SO.
});

Default value: ['win32'] Can be ['win32', 'win64', 'osx32', 'osx64', 'linux32', 'linux64']

Build Odyssey Client
npm install odyssey-client
cd /path/to/folder/node_modules/odyssey-client/node_modules/.bin/       //Usually the folder where you used the command or inside your personal folder. 
gulp nw

#####If you have gulp installed globaly you can just cd to odyssey-client folder and do gulp nw

1) This will generate a the directory /build/win32,win64,osx32/ choose the one you specifiend inside 'gulpfile.js'. 2) Open the app and go!

Installation binary file.

Only finale and stable releases will be put here.

  • 2015-07-11 expected first release.

Troubleshooting

Everything seems alright. :)

Release History

  • 2015-10-07 0.0.2 Preview release.

License

MIT License

0.0.3

9 years ago

0.0.2

9 years ago

2.0.7

9 years ago

2.0.6

9 years ago

2.0.5

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.1

9 years ago