905 B
905 B
Wince
Adaptive GTK4 app for searching local businesses and restaurants. Powered by Yelp.
Build
Depenencies
- geoclue
- libshumate
- blueprint-compiler
- libadwaita
- gtk4
- crystal
If you're on arch you can run
pacman -S blueprint-compiler crystal shards libadwaita libshumate georclue
Then you gotta get an API key from Yelp and put it in the file api_key at the root of the project. Note: the api_key1 file cannot contain a trailing newline.
Then you can run the program with
crystal run src/gtktest.cr
You can build for production with make and install with make install
Credits
Map marker icon from Paomedia on iconfinder
The Ultimate GTK4 crystal guide without which I would not have been able to figure most of this out.