Project

unclekryon

0.0
Low commit activity in last 3 years
No release in over a year
Uncle Kryon server (& hacker) for the Uncle Kryon mobile apps.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.14
~> 13.0
~> 0.2
~> 2.2
~> 1.3

Runtime

= 0.1.3
~> 1.11
 Project Readme

UncleKryon-server

Server (and Hacker) for the Uncle Kryon mobile apps.

Tasks include sending push notifications, building the database, and scraping the websites for the data.

Contents

  • Setup
  • Hacking
  • License

Setup

Nokogiri:

  • Installing Nokogiri
    • Fedora / CentOS / Red Hat
      • $ sudo dnf install gcc ruby-devel zlib-devel
    • Ubuntu / Debian
      • $ sudo apt-get install build-essential libgmp-dev liblzma-dev patch ruby-dev zlib1g-dev

Alternatively, you can run one of the rake tasks:

$ bundle exec rake nokogiri_apt   # Ubuntu / Debian
$ bundle exec rake nokogiri_dnf   # Fedora / CentOS / Red Hat
$ bundle exec rake nokogiri_other

Hacking

$ git clone 'https://github.com/esotericpig/UncleKryon-server.git'
$ cd UncleKryon-server
$ bundle install
$ bundle exec rake -T

License

GNU GPL v3+

UncleKryon-server (https://github.com/esotericpig/UncleKryon-server)
Copyright (c) 2017-2022 Jonathan Bradley Whited

UncleKryon-server is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

UncleKryon-server is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with UncleKryon-server. If not, see https://www.gnu.org/licenses/.