arthurmelton / Newseekr

An alternative frontend for your favorite news outlets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newseekr

Build status

An alternative frontend for your favorite news outlets! Do note though that using this will not show ads and in effect make the new outlet loose money.

Requirements

Configuration

All of the settings are changed through environment variables

  • PORT=8080

Running

For running on a server and production you should use flambda for compiling. To tell opam to do so, you can do the following:

opam switch create 4.14.0+flambda ocaml-variants.4.14.0+options ocaml-option-flambda
eval (opam env --switch=4.14.0+flambda)

To compile the program you will run the following:

git clone https://github.com/arthurmelton/newseekr
cd newseekr
opam install . --deps-only
dune build --release newseekr

Your executable will be at

_build/default/bin/main.exe

Supports

About

An alternative frontend for your favorite news outlets

License:GNU Affero General Public License v3.0


Languages

Language:OCaml 67.3%Language:CSS 12.5%Language:Standard ML 9.0%Language:Shell 6.9%Language:HTML 4.3%