Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.6%) to scientific vocabulary
Keywords
currency-converter
go
golang
Last synced: 6 months ago
·
JSON representation
·
Repository
Convert currencies using Go
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 3
Topics
currency-converter
go
golang
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
Code of conduct
Citation
Security
README.md
Coinverter
By: Nicolas Rojas & Isabela Cáceres
Convert currencies using Go.
Requirements 🌱
Coinverter uses FreecurrencyAPI to source information.
As such FREE_CURRENCY_API_KEY must be set:
sh
export FREE_CURRENCY_API_KEY="<Your personal FreeCurrency API key>"
Installation 🔨
Clone the repository
sh git clone https://github.com/418-I-am-Isa/coinverter.gitGo to the repository directory
sh cd coinverter/Build the application with
sh make build
Usage ⚡
To run the project use the command
sh
make run
Owner
- Name: Isabela
- Login: 418-I-am-Isa
- Kind: user
- Company: Ubidots
- Repositories: 1
- Profile: https://github.com/418-I-am-Isa
Backend Developer | Applied mathematician and computer scientist
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Rojas" given-names: "Nicolas" - family-names: "Caceres" given-names: "Isabela" title: "Coinverter" date-released: 2024-07-03 license: ISC url: "https://github.com/418-I-am-Isa/coinverter"
GitHub Events
Total
- Push event: 3
Last Year
- Push event: 3
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 0
proxy.golang.org: github.com/418-I-am-Isa/coinverter
- Homepage: https://github.com/418-I-am-Isa/coinverter
- Documentation: https://pkg.go.dev/github.com/418-I-am-Isa/coinverter#section-documentation
- License: ISC
Rankings
Dependent packages count: 5.7%
Average: 5.9%
Dependent repos count: 6.1%
Last synced:
6 months ago
Dependencies
.github/workflows/release.yaml
actions
- actions/checkout v4 composite
- wangyoucao577/go-release-action v1 composite
.github/workflows/test_build.yaml
actions
- actions/checkout v4 composite
- actions/setup-go v5 composite
go.mod
go
- github.com/atotto/clipboard v0.1.4
- github.com/aymanbagabas/go-osc52/v2 v2.0.1
- github.com/charmbracelet/bubbles v0.18.0
- github.com/charmbracelet/bubbletea v0.26.4
- github.com/charmbracelet/lipgloss v0.9.1
- github.com/charmbracelet/x/ansi v0.1.2
- github.com/charmbracelet/x/input v0.1.0
- github.com/charmbracelet/x/term v0.1.1
- github.com/charmbracelet/x/windows v0.1.0
- github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f
- github.com/lucasb-eyer/go-colorful v1.2.0
- github.com/mattn/go-isatty v0.0.18
- github.com/mattn/go-localereader v0.0.1
- github.com/mattn/go-runewidth v0.0.15
- github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
- github.com/muesli/cancelreader v0.2.2
- github.com/muesli/reflow v0.3.0
- github.com/muesli/termenv v0.15.2
- github.com/rivo/uniseg v0.4.7
- github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
- golang.org/x/sync v0.7.0
- golang.org/x/sys v0.20.0
- golang.org/x/text v0.3.8
go.sum
go
- github.com/atotto/clipboard v0.1.4
- github.com/aymanbagabas/go-osc52/v2 v2.0.1
- github.com/charmbracelet/bubbles v0.18.0
- github.com/charmbracelet/bubbletea v0.26.4
- github.com/charmbracelet/lipgloss v0.9.1
- github.com/charmbracelet/x/ansi v0.1.2
- github.com/charmbracelet/x/input v0.1.0
- github.com/charmbracelet/x/term v0.1.1
- github.com/charmbracelet/x/windows v0.1.0
- github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f
- github.com/lucasb-eyer/go-colorful v1.2.0
- github.com/mattn/go-isatty v0.0.18
- github.com/mattn/go-localereader v0.0.1
- github.com/mattn/go-runewidth v0.0.12
- github.com/mattn/go-runewidth v0.0.15
- github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
- github.com/muesli/cancelreader v0.2.2
- github.com/muesli/reflow v0.3.0
- github.com/muesli/termenv v0.15.2
- github.com/rivo/uniseg v0.1.0
- github.com/rivo/uniseg v0.2.0
- github.com/rivo/uniseg v0.4.7
- github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
- golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561
- golang.org/x/sync v0.7.0
- golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
- golang.org/x/sys v0.6.0
- golang.org/x/sys v0.20.0
- golang.org/x/text v0.3.8