All Projects β†’ dkhamsing β†’ how-much

dkhamsing / how-much

Licence: other
πŸ’° iOS price list app using Firebase, Realm & more

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to how-much

pf-azure-sentinel
Parse pfSense/OPNSense logs using Logstash, GeoIP tag entities, add additional context to logs, then send to Azure Sentinel for analysis.
Stars: ✭ 24 (+9.09%)
Mutual labels:  parse
uniorg
An accurate Org-mode parser
Stars: ✭ 190 (+763.64%)
Mutual labels:  parse
TIFeedParser
RSS Parser written in Swift
Stars: ✭ 18 (-18.18%)
Mutual labels:  parse
go-htmlinfo
Go HTML Info package for extracting meaningful information from html page
Stars: ✭ 33 (+50%)
Mutual labels:  parse
BBob
⚑️Blazing-fast js-bbcode-parser, bbcode js, that transforms and parses to AST with plugin support in pure javascript, no dependencies
Stars: ✭ 133 (+504.55%)
Mutual labels:  parse
guessit-rest
REST API for guessit
Stars: ✭ 15 (-31.82%)
Mutual labels:  parse
go-oembed
Golang package for parsing Oembed data from known providers by URL
Stars: ✭ 22 (+0%)
Mutual labels:  parse
solar-weather
React Native Weather App w. Realm, Redux, ReasonReact & Forecast.io
Stars: ✭ 13 (-40.91%)
Mutual labels:  realm
fastproto
FastProto is a binary data processing tool written in Java.
Stars: ✭ 65 (+195.45%)
Mutual labels:  parse
android-kotlin-sample-note
Android Kotlin Sample Note - Dagger2, Realm CRUD, RxJava2
Stars: ✭ 29 (+31.82%)
Mutual labels:  realm
date-extractor
Extract dates from text
Stars: ✭ 58 (+163.64%)
Mutual labels:  parse
parsexiami
PHPθ§£ζžθ™Ύη±³ι«˜ε“θ΄¨ιŸ³δΉ
Stars: ✭ 31 (+40.91%)
Mutual labels:  parse
realms-ios
Safe method for Realm
Stars: ✭ 22 (+0%)
Mutual labels:  realm
Eblo
A Fancy Engineering Blogs Reader
Stars: ✭ 57 (+159.09%)
Mutual labels:  realm
shape-json
Module used to convert a flat json array into a nested json object with a predefined scheme
Stars: ✭ 31 (+40.91%)
Mutual labels:  parse
icecast-parser
Node.js module for getting and parsing metadata from SHOUTcast/Icecast radio streams
Stars: ✭ 66 (+200%)
Mutual labels:  parse
info-bot
πŸ€– A Versatile Telegram Bot
Stars: ✭ 37 (+68.18%)
Mutual labels:  parse
myplanet
πŸŒ• myPlanet android app reads data from 🌎 for offline use as well as it collect usage data and sends them back to the Planet.
Stars: ✭ 17 (-22.73%)
Mutual labels:  realm
section-matter
Like front-matter, but allows multiple sections in a single document.
Stars: ✭ 18 (-18.18%)
Mutual labels:  parse
wikilight
A lightweight Wikipedia Client
Stars: ✭ 50 (+127.27%)
Mutual labels:  realm

how-much

iOS app to record how much things cost using various data persistence implementations.

The basic data unit is an item, a simple dictionary:

{
    "8ACB9857-5385-4B83-8C36-9FEB278DA86E" =     {
        brand = "Georgia Pacific";
        dateUpdated = 1465489172;
        name = Paper;
        price = 5;
        store = Amazon;
        unit = "Ream (500 Sheets)";
    };
}

The app can keep a list of such items (add, edit and delete).

The bulk of the code is in HowMuch-Core using auth and storage protocols:

Local / Device

  1. User Defaults
  2. Realm

Server

  1. Parse
  2. Firebase

Input is managed by XLForm πŸ’°

Contact

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].