{"id":21257752,"url":"https://github.com/edmilson-dk/flow-money-web","last_synced_at":"2026-04-28T16:07:27.331Z","repository":{"id":258257976,"uuid":"355973337","full_name":"edmilson-dk/flow-money-web","owner":"edmilson-dk","description":"Flow money interface built in ReactJs with nextjs and typescript.","archived":false,"fork":false,"pushed_at":"2021-05-31T12:17:21.000Z","size":639,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T07:07:38.900Z","etag":null,"topics":["nextjs","reactjs","typescript","vercel"],"latest_commit_sha":null,"homepage":"https://flow-money-web.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edmilson-dk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-08T16:10:52.000Z","updated_at":"2021-06-11T10:45:37.000Z","dependencies_parsed_at":"2024-10-18T07:13:41.357Z","dependency_job_id":null,"html_url":"https://github.com/edmilson-dk/flow-money-web","commit_stats":null,"previous_names":["edmilson-dk/flow-money-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edmilson-dk/flow-money-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmilson-dk%2Fflow-money-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmilson-dk%2Fflow-money-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmilson-dk%2Fflow-money-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmilson-dk%2Fflow-money-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edmilson-dk","download_url":"https://codeload.github.com/edmilson-dk/flow-money-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edmilson-dk%2Fflow-money-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32387962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"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":["nextjs","reactjs","typescript","vercel"],"created_at":"2024-11-21T04:05:37.549Z","updated_at":"2026-04-28T16:07:27.302Z","avatar_url":"https://github.com/edmilson-dk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flow Money - Website\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/static/v1?label=Flow-Money\u0026message=Welcome\u0026color=FFFFFF\u0026labelColor=00AACC\" alt=\"PRs welcome!\" /\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=version\u0026message=1.0\u0026color=FFFFFF\u0026labelColor=00AACC\"\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/static/v1?label=license\u0026message=MIT\u0026color=FFFFFF\u0026labelColor=00AACC\"\u003e\n  \u003cimg alt=\"Stars\" src=\"https://img.shields.io/github/stars/edmilson-dk/flow-money-web?color=FFFFFF\u0026labelColor=00AACC\"\u003e\n  \u003cimg alt=\"Languages\" src=\"https://img.shields.io/github/languages/count/edmilson-dk/flow-money-web?color=FFFFFF\u0026labelColor=00AACC\"\u003e\n\u003c/p\u003e\n\nThe project is still under construction!\n\n## Topics \n\n* [Demo](#demo)\n* [Features](#features)\n* [Installation](#install)\n* [License](#license)\n\n\u003ca id=\"demo\"\u003e\u003c/a\u003e\n## 🎉 Demo\n\nView the online website on the [Vercel](https://vercel.com/) server\n\n[Flow Money web site](https://flow-money-web.vercel.app/)\n\n\u003ca id=\"features\"\u003e\u003c/a\u003e\n## 🚀 Functionalities\n\n\u003e The project does not have any functionality, as it is just a common web site with no actions.\n\n\u003ca id=\"install\"\u003e\u003c/a\u003e\n## 👷 Installation and use\n\n* 1 First clone the repository for your machine.\n\n```sh\ngit clone https://github.com/edmilson-dk/flow-money-web\n```\n\n* 2 After that, enter the generated folder and install the project dependencies.\n\n\u003e You will need to have [Nodejs](https://nodejs.org/) installed on your machine, and [yarn](https://yarnpkg.com/) if you want to use it to install dependencies.\n\n```sh\nnpm install \n# or with yarn\nyarn install\n```\n* 3 After that start the nextjs server and open the browser on host http://localhost:3000.\n\n```sh\nnpm dev \n# or with yarn \nyarn dev\n```\n\n\u003ca id=\"license\"\u003e\u003c/a\u003e\n## 🤝 License\n\n[MIT](https://github.com/edmilson-dk/flow-money-web/blob/main/LICENSE) Project License\n\nCreator with 💙 by [Edmilson Jesus](https://www.linkedin.com/in/edmilson-jesus-4128711b5)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmilson-dk%2Fflow-money-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedmilson-dk%2Fflow-money-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmilson-dk%2Fflow-money-web/lists"}