An open API service indexing awesome lists of open source software.

https://github.com/orsinium-labs/itj

IT Jobs aggregator
https://github.com/orsinium-labs/itj

elixir jobs liveview phoenix website

Last synced: 27 days ago
JSON representation

IT Jobs aggregator

Awesome Lists containing this project

README

          

# ITJ

A job aggregator that crawls sites of individual companies rather than job boards. We have a big goal to foster web decentralization without losing the convenience of centralization.

Powers [itj.orsinium.dev](https://itj.orsinium.dev/).

## Running locally

1. Create `config/secrets.exs`:

```elixir
import Config

config :itj, :dashboard_auth,
username: "admin",
password: "..."

```

1. Use `mix phx.server` to start the server.