Skip to content

mcordell/notion_elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotionElixir

An Elixir API client for the Notion API

[Notion Documentation | Hex Docs | Hex Package]

Installation

Add notion_elixir to your list of dependencies in mix.exs:

def deps do
  [
    #...
    {:notion_elixir, "~> 0.1.1"}
    #...
  ]
end

Configuration

In a configuration file, add your Notion API key by configuring as so:

config :notion_elixir,
  api_key: "secret_NOTION_API_KEY",

About

An Elixir API client for the Notion API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages