https://github.com/esotericpig/unclekryon-server
Server (and Hacker) for the Uncle Kryon App, such as push notifications, database, parsing.
https://github.com/esotericpig/unclekryon-server
nokogiri options-parsing ruby ruby-application
Last synced: 9 months ago
JSON representation
Server (and Hacker) for the Uncle Kryon App, such as push notifications, database, parsing.
- Host: GitHub
- URL: https://github.com/esotericpig/unclekryon-server
- Owner: esotericpig
- License: gpl-3.0
- Created: 2017-09-24T16:19:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T21:08:31.000Z (over 1 year ago)
- Last Synced: 2025-03-11T17:07:29.471Z (10 months ago)
- Topics: nokogiri, options-parsing, ruby, ruby-application
- Language: Ruby
- Homepage:
- Size: 408 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this 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](#setup)
- [Hacking](#hacking)
- [License](#license)
## [Setup](#contents)
**Nokogiri:**
- [Installing Nokogiri](https://www.nokogiri.org/tutorials/installing_nokogiri.html)
- 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](#contents)
```
$ git clone 'https://github.com/esotericpig/UncleKryon-server.git'
$ cd UncleKryon-server
$ bundle install
$ bundle exec rake -T
```
## [License](#contents)
[GNU GPL v3+](LICENSE)
> 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 .