https://github.com/coletiv/shodanex
Elixir module to communicate with Shodan API
https://github.com/coletiv/shodanex
Last synced: 2 months ago
JSON representation
Elixir module to communicate with Shodan API
- Host: GitHub
- URL: https://github.com/coletiv/shodanex
- Owner: coletiv
- License: mit
- Created: 2019-05-09T10:06:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T10:50:39.000Z (about 6 years ago)
- Last Synced: 2025-01-28T14:48:17.999Z (4 months ago)
- Language: Elixir
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shodan
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `shodan` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:shodan, "~> 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/shodan](https://hexdocs.pm/shodan).