ckruse / microformats2-elixir

Microformats2 parser in Elixir
MIT License
20 stars 7 forks source link

Switch from httpotion to tesla #8

Closed jpcaruana closed 4 years ago

jpcaruana commented 4 years ago

Hi,

httpotion seems to be retired in favor of tesla, it would be great to switch to it, what do you think ?

See below an install of this lib:

mix deps.get
New:
  floki 0.26.0
  html_entities 0.5.1
  httpotion 3.1.3 RETIRED!
    (deprecated) Not really maintained, please check out Tesla
  ibrowse 4.4.0
  microformats2 0.2.2
ckruse commented 4 years ago

Oh wow, I didn't expect this.

ckruse commented 4 years ago

I published a new version (with some slight modifications), thanks for your contributions!