Notoy PWA

Information about the Usage.

The website and app: Notoy PWA at GitHub Pages

Notoy app on mobile

YouTube video of the app on Android

Contributing has information about how to contribute to Notoy, by filing bug reports or feature requests, to contributing source code, to adding documentation or translations or any other way you can help.

I also made browser extensions called Notoy to work with desktop browsers: Notoy Browser Extensions

Some words on the ‘why’:

Why?

This is mainly a project to try PureScript and less a ‘serious’ attempt at a note app, so the PureScript specific things shown in this app are:

  • Mainly writing a progressive web app in PureScript (not the service worker, this is more or less an autogenerated list of files to cache)
  • Using Halogen
  • Using a PureScript PWA as a share target
  • Sharing text from a PureScript PWA
  • Using the geolocation API
  • Doing reverse geolocation using a web API (using BigData‘s geolocation services)
  • Wrapping callbacks in an Aff (getCurrentPosition geolocation function)
  • Doing JavaScript FFI

Further Information about some Markdown note programs and Emacs’ Org-Mode: