{"id":20761747,"url":"https://github.com/skeptycal/fiber","last_synced_at":"2026-04-18T16:38:34.729Z","repository":{"id":65423815,"uuid":"322180260","full_name":"skeptycal/fiber","owner":"skeptycal","description":"A small example web server app using Go Fiber.","archived":false,"fork":false,"pushed_at":"2020-12-17T04:30:29.000Z","size":4377,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T17:22:21.482Z","etag":null,"topics":["api","fiber","go","golang","macos","server","webapp"],"latest_commit_sha":null,"homepage":"https://skeptycal.github.io/fiber/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skeptycal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-17T04:28:24.000Z","updated_at":"2020-12-17T04:32:56.000Z","dependencies_parsed_at":"2023-01-23T00:35:11.251Z","dependency_job_id":null,"html_url":"https://github.com/skeptycal/fiber","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skeptycal/fiber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeptycal%2Ffiber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeptycal%2Ffiber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeptycal%2Ffiber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeptycal%2Ffiber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skeptycal","download_url":"https://codeload.github.com/skeptycal/fiber/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skeptycal%2Ffiber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31976800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T16:27:12.723Z","status":"ssl_error","status_checked_at":"2026-04-18T16:27:11.140Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","fiber","go","golang","macos","server","webapp"],"created_at":"2024-11-17T10:25:50.441Z","updated_at":"2026-04-18T16:38:34.713Z","avatar_url":"https://github.com/skeptycal.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gorepo\n\n\u003eTricky and fun ansi text utilities for Go programs. The obligatory ANSI CLI module predominantly from the Go standard library.\n\n---\n![GitHub Workflow Status](https://img.shields.io/github/workflow/status/skeptycal/gorepo/Go) ![Codecov](https://img.shields.io/codecov/c/github/skeptycal/gorepo)\n [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](code-of-conduct.md)\n\n![Twitter Follow](https://img.shields.io/twitter/follow/skeptycal.svg?label=%40skeptycal\u0026style=social) ![GitHub followers](https://img.shields.io/github/followers/skeptycal.svg?style=social)\n\n---\n\n## Getting Started\n\n### Prerequisites\n\nDeveloped with Go 1.15.5 darwin/amd64 (macOS Big Sur)\nTested on Go 1.13+\n\n---\n\n### Installation\n\nThe easiest way is to clone the repository with Go and install from there.\n\n```bash\n# add repo to $GOPATH\ngo get github.com/skeptycal/anansi\n\ncd ${GOPATH}/src/github.com/skeptycal/anansi\n\ngo test -v\n\ngo install\n\n```\n\n---\n\n### Basic Usage\n\n\u003eThis is a copy of the sample script available in the `sample` folder:\n\n```go\npackage main\n\nimport \"github.com/skeptycal/anansi\"\n\nfunc main() {\n    anansi.Sample()\n}\n\n```\n\nTo try it out:\n\n```bash\n# change to the sample folder\ncd sample\n\n# run the main.go program\ngo run ./main.go\n\n# You should see the following output demonstrating various color combinations.\n```\n\n![sample foreground colors](sample/sample_fg.jpg)\n![sample foreground colors](sample/sample_bg.jpg)\n\n---\n\n## Code of Conduct and Contributing\n\nPlease read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us. Please read the [Code of Conduct](CODE_OF_CONDUCT.md) for details before submitting anything.\n\n---\n\n## Versioning\n\nWe use SemVer for versioning. For the versions available, see the tags on this repository.\n\n---\n\n## Contributors\n- Michael Treanor ([GitHub][github] / [Twitter][twitter]) - Initial work, updates, maintainer\n- [Francesc Campoy][Campoy] - Inspiration and great YouTube videos!\n\nSee also the list of contributors who participated in this project.\n\n\u003eMuch of the basic types, constants, and terminal checks in 'anansi_const.go' are based on the very popular and well documented [color package][fatih].\n\n---\n\n## License\n\nLicensed under the MIT \u003chttps://opensource.org/licenses/MIT\u003e - see the [LICENSE](LICENSE) file for details.\n\n\n[twitter]: (https://www.twitter.com/skeptycal)\n[github]: (https://github.com/skeptycal)\n[Campoy]: (https://github.com/campoy)\n[fatih]: (https://github.com/fatih/color)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskeptycal%2Ffiber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskeptycal%2Ffiber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskeptycal%2Ffiber/lists"}