Skip to content

yslinear/poe-api-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poe-api-go

GitHub issues GitHub forks GitHub stars GitHub license

fetch Path of Exile API with golang

Requirements

  • PostgreSQL
  • github.com/jmoiron/sqlx
  • github.com/joho/godotenv
  • github.com/joho/godotenv/autoload
  • github.com/lib/pq

Installation

go get github.com/jmoiron/sqlx
go get github.com/joho/godotenv
go get github.com/joho/godotenv/autoload
go get github.com/lib/pq

Usage

rename env.example to .env

go run main.go

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages