Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mobilehero-archive/titanium-streams-demo
Titanium Native mobile app demo for using AMPLIFY Streams
https://github.com/mobilehero-archive/titanium-streams-demo
api api-demo appcelerator appcelerator-titanium axway mobile mobile-development streams titanium
Last synced: 23 days ago
JSON representation
Titanium Native mobile app demo for using AMPLIFY Streams
- Host: GitHub
- URL: https://github.com/mobilehero-archive/titanium-streams-demo
- Owner: mobilehero-archive
- License: other
- Created: 2019-06-11T21:00:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T21:45:23.000Z (about 2 years ago)
- Last Synced: 2024-11-17T04:36:30.219Z (3 months ago)
- Topics: api, api-demo, appcelerator, appcelerator-titanium, axway, mobile, mobile-development, streams, titanium
- Language: JavaScript
- Homepage:
- Size: 7.93 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
ðŠĶ RIP Axway Amplify Titanium (2010 - 2022)
![]()
ðŠĶ  RIP Axway Amplify Titanium (2010 - 2022)
Â
ð This project is no longer being maintained ð
Â
Â
Â
# titanium-streams-demo
> Titanium demo app for using AMPLIFY Streams
The initial version of the demo app simply captures the data/patches and outputs them to the console. It also uses `json-fast-patch` to patch the original document with the update and output that to the console as well.
** **Update** **
The screen is now updated with data from one of APIs. Check it out!
--------
* [ð Description](#-description)
* [ð Getting Started](#-getting-started)
* [ð Related Links](#-related-links)
* [ð Learn More](#-learn-more)
* [ðĢ Feedback](#-feedback)
* [ÂĐïļ Legal](#ïļ-legal)## ð Description
The initial version of the demo app simply captures the data/patches and outputs them to the console. It also uses `json-fast-patch` to patch the original document with the update and output that to the console as well.
## ð Getting Started
1. Get API Key for Axway Streams here at: http://streamdata.io/
2. Open `app/index.js` and replace with your AMPLIFY Streams API Key
3. Run `npm install` in root directory of project
4. Run your mobile app in Simulator/Emulator/Device
5. Watch your console logs to see the API data streaming in!## ð Related Links
- [Titanium Mobile](https://www.npmjs.com/package/titanium) - Open-source tool for building powerful, cross-platform native apps with JavaScript.
- [Titanium Alloy](https://www.npmjs.com/package/alloy) - MVC framework built on top of Titanium Mobile.
- [Titanium Streams SDK](https://www.npmjs.com/package/@titanium/streams) - Titanium Native mobile SDK for AMPLIFY Streams
- [Appcelerator](https://www.npmjs.com/package/appcelerator) - Installer for the Appcelerator Platform tool
* [Titanium Turbo](https://www.npmjs.com/package/@titanium/turbo) - Variation of **`Titanium Alloy`** that adds some enhancements and customizations for rapid development.
* [Geek Mobile Toolkit](https://www.npmjs.com/package/@geek/mobile) - Toolkit for creating, building, and managing mobile app projects.## ð Learn More
- [Axway Developer Portal](https://developer.axway.com)
- [Axway Developer Blog](https://devblog.axway.com)## ðĢ Feedback
Have an idea or a comment? [Join in the conversation here](https://github.com/axway-developer-relations/titanium-streams-demo)!
## ÂĐïļ Legal
Alloy is developed by Appcelerator and the community and is Copyright ÂĐ 2012-Present by Appcelerator, Inc. All Rights Reserved.
Alloy is made available under the Apache Public License, version 2. See their license file for more information.
Appcelerator is a registered trademark of Appcelerator, Inc. Titanium is a registered trademark of Appcelerator, Inc. Please see the LEGAL information about using trademarks, privacy policy, terms of usage and other legal information at http://www.appcelerator.com/legal.