Giter Club home page Giter Club logo

meets-ios's Introduction

Meets logo

Overview

Meets iOS is a native SDK designed to ease the communications between iOS mobile apps and Magento stores. It allows you to access Magento's data as if it were local data.

You don't have to worry about learning Magento's SOAP and REST APIs or dealing with low level details. Instead, you can only focus on building rich native mobile shopping experiences.

Main features

  • Native library that works with your project out of the box.
  • Allows you to forget complexities and focus on what really matters.
  • Access to Magento users, categories and products as if they were local data.
  • Implement easily a fully native shopping experience.
  • Continuously updated API documentation with examples.
  • Direct contact with Meets programmers to resolve issues.

Learn more

You can learn more about Meets in the official web page, http://meets.io/, and in the API documentation

How to install

WARNING:

Note that this is a beta version of Meets so it's not intended to use in production environments. We are working hard to have an stable version as soon as possible.

Also note that all data sent and retrieved to/from the server goes in plain text. If you want to use Meets to work with sensitive information be sure to be under a secure connection.

The preferred method to install Meets in your projects is via CocoaPods. Just add this line to your Podfile:

pod 'Meets', git: 'https://github.com/agilemonkeys/meets-ios.git'

And add the header file to your project's .pch file:

#import "Meets.h

CocoaPod will install dependencies for you, but in case you rather install it by downloading the source code, you'll need to be sure to include following dependences:

'AFNetworking', '~> 2.1.0'
'AFXMLDictionarySerializer', '~> 0.0.1'

Meets at Meet Magento Spain conference

Meet Magento Spain logo

Meets has been announced at Meet Magento Spain, a Magento eCommerce conference where merchants, Magento agencies, Magento service providers and the Magento community exchange knowledge and experiences with enthusiastic decision maker and experts according the topics Magento and eCommerce.

Meets at Meet Magento Spain.

Open source projects that have helped Meets to become real

Special thanks to people involved in the following projects. They have made easier to achieve the goals of Meets:

License

This project uses the MIT license. See LICENSE

Next steps

  1. Add appledoc.
  2. Keep on adding more Magento API use cases.
  3. Support for Magento CE 1.7 and 1.8.
  4. Full test coverage.

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.