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

https://github.com/antonmi/proc_dict


https://github.com/antonmi/proc_dict

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# ProcDict

**TODO: Add description**

## Installation

1. Add proc_dict to your list of dependencies in mix.exs:

def deps do
[{:proc_dict, "~> 0.0.1"}]
end

2. Ensure proc_dict is started before your application:

def application do
[applications: [:proc_dict]]
end