charlotte

hexv0.4.0

Charlotte is a Web Framework. It takes a little from Rails and a little from Sinatra and does a few things it's own way. The goal is to be light weight, fun and get out of your way. defmodule Controller do use Charlotte.Handlers.HTTP def routes do [ {"/path", :path}, {"/path/:part", :path_with_part} ] end def path("GET", _params, conn) do render [message: "hello from path"], conn end def path(verb, _params, conn) do respond 405, {"Allowed", "GET"}, "#{verb} not allowed", conn end end

License MITpermissive8 versions1 maintainers0 deps
LeakyBucket/charlotte.git
42
/ 100
Health
safe to use

[email protected] is safe to use (health: 42/100)

Health breakdown0 – 100
0/25
maintenance
0/20
popularity
25/25
security
15/15
maturity
2/15
community
Vulnerabilities
0
none known

Health History

Dependency Tree

License Audit

API access

Get this data programmatically — free, no authentication.

curl https://depscope.dev/api/check/hex/charlotte

First published · 2014-08-08T02:48:34.000000Z

Last updated · 2014-09-12T21:14:05.000000Z

charlotte — Health Score 42/100 | DepScope