https://github.com/rogendo/blogger
HTTPoison to fetch a blog post from a link given
https://github.com/rogendo/blogger
elixir-lang
Last synced: 3 months ago
JSON representation
HTTPoison to fetch a blog post from a link given
- Host: GitHub
- URL: https://github.com/rogendo/blogger
- Owner: Rogendo
- Created: 2023-04-10T10:37:29.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T11:21:51.000Z (about 2 years ago)
- Last Synced: 2025-01-08T23:45:07.678Z (5 months ago)
- Topics: elixir-lang
- Language: Elixir
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blogger
Uses HTTPoison to fetch a blog post from a given link
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `blogger` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:blogger, "~> 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/blogger](https://hexdocs.pm/blogger).