Skip to content

Bounceapp/elixir-vercel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vercel for Elixir Hex pm hex.pm downloads

An Elixir wrapper for Vercel's API

Installation

This package can be installed by adding vercel to your list of dependencies in mix.exs:

def deps do
  [
    {:vercel, "~> 0.2.0"}
  ]
end

Configuration

To make calls to Vercel, it is necessary to configure your Vercel Access Token on your config.exs file:

config :vercel, access_token: System.get_env("VERCEL_ACCESS_TOKEN")
# OR
config :vercel, access_token: "YOUR_TOKEN"

You can generate this token at https://vercel.com/account/tokens

Documentation

The docs can be found at https://hexdocs.pm/vercel.

License

More info at LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages