Skip to content

mrcriter/cloudatcostapp

 
 

Repository files navigation

CloudAtCostApp

An unofficial app to manage your CloudAtCost Account. CloudAtCostApp is built using the CloudAtCost API and Ionic. Ionic is a front-end SDK based on Cordova/PhoneGap for developing hybrid mobile apps with HTML 5. You can download the App from Google's Play Store or Apple's App Store:

Download on the App StoreGet it on Google Play

If you have any suggestions or want to get in touch with us, you can chat with us on Gitter or tweet us at @CloudAtCostApp.

Join the chat at https://gitter.im/AndreasGassmann/cloudatcostapp

How to run the app

To get started, check out Getting Started with Ionic. Here is a quick overview:

First, clone this git repository and change

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

Then download all dependencies using npm and bower

$ npm install -g cordova ionic ios-sim
$ npm install
$ bower install

Now you can preview the app in your browser. Using the --lab flag, you will see the iOS and android version side by side

$ ionic serve --lab

Now specify the platform to run your project on. Note: To run on iOS, you need a Mac.

$ ionic platform add ios
$ ionic platform add android

Now you can run the app in your emulator

$ ionic emulate ios
$ ionic emulate android

Changelog

1.1.0

Features:

  • Support for CloudPRO resources
  • View available resources and build or delete new servers right from within the app
  • Change runmode of a server
  • Search for a server

Changes:

  • Added icons for docker and FreeBSD templates
  • Improved the design of the pie-charts

Fixes:

  • The charts on the dashboard were sometimes not displayed properly
  • Performance improvements

1.0.2

Rename Servers Modify reverse DNS

1.0.1

Added QR-Scanner

1.0.0

Initial release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.1%
  • CSS 16.6%
  • Other 0.3%