Giter Site home page Giter Site logo

hypers's Introduction

#hypers

Develop and run code anywhere. Supporting iOS currently.

Warning: hypers is still under active development. Please expect bugs and crashes.

##Features

  • Write code on your iPhone or iPad then run the code in real time on your machine remotely
  • Fast and realiable

##Remarks Hypers uses SpartanX as its backend communication framework.

##Development Troubleshooting ###Missing SpartanX and other libs SpartanX and other libs for this repo is stored in git's submodules. To obtain these libraries, you must first init then update the repo's submoudles.

git clone https://github.com/prankymat/hypers.git
cd hypers
git submodule init
git submodule update  // Will clone all necessary libraries

###Missing keys.plist You'll need a GitHub api key to run this app. You can register for one here.

After you've obtain your GitHub api token client_id and client_secret, you'll need to store it in keys.plist. Create a new plist file at ios/hypers/keys.plist with the following fields:

client_id: <YOUR client_id>
client_secret: <YOUR client_secret>

###Contribution Any contribution will be greatly appreciated. Feel free to discuss features and bugs in the issue tracker or fork and create a pull request to propose changes!

hypers's People

Contributors

michael-yuji avatar prankymat avatar

Watchers

 avatar  avatar  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.