themkat / smilefjes.el

Emacs package to check the Norwegian Mattilsynets report on restaurant cleanliness, hygienic factors etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://melpa.org/packages/smilefjes-badge.svg

smilefjes.el - Mattilsynet smilefjes directly in Emacs!

In Norway, the food administration (Mattilsynet), makes a rating of restaurants and other dining places based upon how clean the place is, how hygienic the staff is when preparing the food etc. Now you can get this rating directly in Emacs! Simply run the interactive function smilefjes, and helm will prompt you with everything you need!

./smilefjes.gif

Why? I wanted a simple project to use request.el more seriously, and also experiment with the Mattilsynet Smilefjes API. Had done some small experiments with request.el in the past, but nothing with real public APIs. Wanted a simpler project before experimenting with bigger APIs. Thought others might find it fun or useful(?????) to check these details in Emacs as well. Can probably be prettyfied a lot, as it’s VERY hacked together quickly to experiment with these APIs.

Dependencies

smilefjes currently depends on the following packages:

Installation

Melpa

The easiest way is to install through [Melpa](https://melpa.org/#/getting-started). Using package-install, you can do it like this interactively:

M-x package-install RET smilefjes

Or in your config file:

(package-install 'smilefjes)

The package can also be installed and configured using use-package: (use-package smilefjes) (add the :load-path option to install it from local source).

From source

Clone this repo locally, add the path to the load path and require smilefjes:

(add-to-list 'load-path "/path/to/smilefjes")
(require 'smilefjes)

Usage

To use, simply run M-x smilefjes, and you will be prompted for the necessary information :)

About

Emacs package to check the Norwegian Mattilsynets report on restaurant cleanliness, hygienic factors etc.

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%