Download Latest Version hikuweb_v1.4.zip (314.9 kB)
Email in envelope

Get an email when there's a new version of hikuweb

Home
Name Modified Size InfoDownloads / Week
icons 2016-12-12
css 2016-11-17
fonts 2016-11-17
js 2016-11-17
index.php 2017-01-27 104.5 kB
readme.txt 2017-01-27 4.1 kB
hikuweb_v1.4.zip 2017-01-27 314.9 kB
hikuweb_v1.3.zip 2016-12-30 314.4 kB
hikuweb_v1.2.zip 2016-12-12 311.8 kB
hikuweb_v1.1.zip 2016-11-30 468.3 kB
hikuweb_v1.0.zip 2016-11-19 467.3 kB
Totals: 11 Items   2.0 MB 1
Hello, this little tool is meant to company the app for hiku devices.

Don't have a hiku? Get one at http://hiku.us!

With hiku devices you can fill your shopping list in an extremely easy way - by scanning and speaking into it.

hiku.us is offering apps for Android and iOS, but not (yet) for Windows 10 mobile or Blackberries.
So to have access to my hiku shopping lists with older or unsupported mobile devices I created this small webapp, which works in almost every web browser.

How to use: Download the zip-file  (or the index.php and 4 folders) and extract it to your own webspace (just PHP required).

OR use it directly via https://hikuweb.mine.nu , this is a fully functional demo of hikuweb.
Unfortunately the sourceforge web hosting http://hikuweb.sf.net doesn't work, as it doesn't allow outbound access ... see https://sourceforge.net/p/forge/documentation/Project%20Web%20and%20Developer%20Web/#outbound-connectivity)
Outbound access is needed for doing the requests to the hiku-app-servers.

It currently translates into frensh and german, depending what your webbrowser is sending as favourite language. Default language is english.

hikuweb does not store anything online. If you want to use it regularly, then you can tick the checkbox for "Stay logged in" and then your credentials (only a hash of it) are stored locally in a cookie. The hash would be the same as stored in your app in your mobile phone.

Basically hikuweb acts as a proxy and converts the requests from your webbrowser into the exact web-requests, your app would send to hiku server.
PHP is needed as a spot in the middle, as you can not load javascript from one website (or local html file) and then have the javascript retrieve data from another website (hiku). This has security motivation and is known as same-origin policy.

Please comment for improvements (i.e. features, translations, typos ...)!


Enjoy! And buy your friends a hiku ;) 

Cheers, Ulle




Changelog:

Version 1.4

  * Items in shopping list are now ordered after their aisles
    This of course  only works with items associated to an aisle:
    Either automatically by hiku server or manually via app.
    Associating items to aisle is not yet implemented in hikuweb

  * Fix a small bug in pasting something (i.e. reciept ingredients) into 
    the field for adding items: Present content was overwritten.
    Now pasted content is added.

  * Added styles for printing out shopping lists (mainly hide 
    everything except list names and items


Version 1.3

  * NEW: Integrated List management - Add, edit and delete your shopping lists

  * Offline mode: Button for refreshing lists now is showing how many items are 
    changed and nedd to be synched when back to online mode

  * Small improvements for frensh translations


Version 1.2

  * Improvements for Login: There is now a Logoff (which deletes the local cookie)
    Weblinks to password management for hiku account

  * Slightly different way of including icons

  * Improved swipe to cross off: Doesn't disturb vertical scrolling anymore

  * NEW: Offline mode for crossing off and reactivate items 
    In case there is no mobile internet access while shopping, hikuweb automatically 
    switches into offline mode and remembers items swiped from active shopping list.
    Offline mode is shown with a small icon in the bottom left corner
    Use "Refresh list" button to check for online mode (and synching items)

  * Small improvement for capture copy&paste ingridients


Version 1.1

  * Added a function to capture copy&paste ingridients from a cooking receipt.
    Now you can paste multiline data (like from a receipt from allrecipes.com or wherever) and 
    hikuweb tries its best to convert it into comma separated items. 
    Then prees Add and you have everything needed for cooking with you and only needs to get swiped off while shopping ...

  * Some small improvements and corrected typos ...


Version 1.0

  * Basic 5functions like login, retrieving shopping lists and items, add items, edit items, delete items etc
Source: readme.txt, updated 2017-01-27