https://github.com/elixirscript/elixirscript_web
An ElixirScript library for Web APIs
https://github.com/elixirscript/elixirscript_web
Last synced: 11 months ago
JSON representation
An ElixirScript library for Web APIs
- Host: GitHub
- URL: https://github.com/elixirscript/elixirscript_web
- Owner: elixirscript
- Created: 2017-09-17T22:27:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-17T20:34:38.000Z (almost 8 years ago)
- Last Synced: 2024-04-24T14:57:55.915Z (almost 2 years ago)
- Language: Elixir
- Size: 6.84 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# ElixirScriptWeb
An ElixirScript FFI Library for Web APIs
For detailed documentation on the APIs exposed, check
[MDN's Web API documentation](https://developer.mozilla.org/en-US/docs/Web/API)
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `elixir_script_web` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:elixir_script_web, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/elixir_script_web](https://hexdocs.pm/elixir_script_web).