Giter Club home page Giter Club logo

ardha's Introduction

Ardha

While Asana is a great web app, its mobile application is far from awesome. Hoping to create some grassroots movement for a great Asana client, I present you Ardha. Ardha is a highly asynchronous, block-based iOS framework for accessing the Asana API.

This is still a very primitive framework. The goal for this first release is to be able to create a simple to-do app on Asana infrastructure. Chakrasana is an example of such a project using Ardha, listing out all your projects and tasks to do.

Usage

To use Ardha in your project, drag and drop the Ardha.xcodeproj file in your project's Frameworks group and link the libArdha.a library to your project. Set up the User Header Search Path to recursively search the folder in which Ardha is placed. The model header files should then become available in your project. Import Ardha.h whenever you connect to Asana. Finally, create an Ardha.plist file, with an entry AsanaAPIKey containing the API key obtained from Asana and initialize the singleton by adding it to your app's delegate:

 [Ardha sharedArdha];

Asana's documentation provides more detail about their API and the API keys. It may clarify some design decisions on my part.

In works

Currently the following features are being developed:

  • Complete Asana API implementation - current implementation is a scaffolding for further work and implements only the most basic methods,
  • Core Data support - to minimize the amount of developer-side logic that needs to be implemented to keep a coherent data set,
  • KVO-based updates - to minimize the effort necessary to maintain a synchronized database between the app and the service,
  • Documentation - to make the usage of specific methods and models clearer.

License

Ardha is by Bogo Giertler. Ardha is available under the MIT license. See the LICENSE file for more info.

ardha's People

Contributors

bogo avatar spamoom avatar

Watchers

 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.