{"id":23038393,"url":"https://github.com/nakamura196/csv_viewer","last_synced_at":"2026-01-16T00:58:30.138Z","repository":{"id":266708405,"uuid":"899112407","full_name":"nakamura196/csv_viewer","owner":"nakamura196","description":"A simple, responsive web-based CSV viewer that supports URL-based CSV loading","archived":false,"fork":false,"pushed_at":"2024-12-05T16:44:00.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T13:44:22.907Z","etag":null,"topics":["csv"],"latest_commit_sha":null,"homepage":"https://nakamura196.github.io/csv_viewer/","language":null,"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/nakamura196.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-12-05T16:36:20.000Z","updated_at":"2024-12-06T04:48:18.000Z","dependencies_parsed_at":"2024-12-05T17:37:32.814Z","dependency_job_id":"d014e747-7000-4c28-b5e0-29f93d04fb9b","html_url":"https://github.com/nakamura196/csv_viewer","commit_stats":null,"previous_names":["nakamura196/csv_viewer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakamura196%2Fcsv_viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakamura196%2Fcsv_viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakamura196%2Fcsv_viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nakamura196%2Fcsv_viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nakamura196","download_url":"https://codeload.github.com/nakamura196/csv_viewer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246909663,"owners_count":20853431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["csv"],"created_at":"2024-12-15T18:18:30.246Z","updated_at":"2026-01-16T00:58:30.132Z","avatar_url":"https://github.com/nakamura196.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSV Viewer\n\nA simple, responsive web-based CSV viewer that supports URL-based CSV loading, built with **Tailwind CSS**, **PapaParse**, and **DataTables**.\n\n## Features\n\n- Load CSV data via a direct URL or through a query parameter (`?u=`).\n- Display CSV data in a responsive and interactive table with pagination, search, and sorting (powered by DataTables).\n- Modern and clean UI styled with **Tailwind CSS**.\n- Automatically parses CSV headers and skips empty rows.\n\n## Demo\n\nCheck out the live demo [here](https://nakamura196.github.io/csv_viewer/).\n\n## Getting Started\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/nakamura196/csv_viewer.git\ncd csv_viewer\n```\n\n### 2. Open the `docs/index.html` File\n\nYou can open the file directly in your browser:\n\n```bash\nopen docs/index.html\n```\n\nOr use a simple HTTP server to serve the file:\n\n```bash\npython -m http.server\n```\n\nThen, open `http://localhost:8000/docs` in your browser.\n\n---\n\n## Usage\n\n### Load CSV via Input Field\n\n1. Paste a CSV file URL in the input field.\n2. Click the \"Load CSV\" button to load and display the CSV data.\n\n### Load CSV via URL Query Parameter\n\nAdd `?u=CSV_FILE_URL` to the URL to directly load a CSV file.\n\nExample:\n\n```plaintext\nhttp://localhost:8000/docs/?u=https://example.com/sample.csv\n```\n\n---\n\n## Dependencies\n\n- [Tailwind CSS](https://tailwindcss.com/)\n- [PapaParse](https://www.papaparse.com/)\n- [jQuery](https://jquery.com/)\n- [DataTables](https://datatables.net/)\n\nAll dependencies are loaded via CDN.\n\n---\n\n## Customization\n\n### Modify Styles\n\nTo customize the table styles, edit the inline `\u003cstyle\u003e` section in the `docs/index.html` file.\n\n### Add New Features\n\nModify the JavaScript section to add additional features such as:\n\n- Custom CSV validation.\n- Support for different file formats.\n\n---\n\n## Deployment\n\nYou can deploy this project easily on GitHub Pages:\n\n1. Push your code to a GitHub repository.\n2. Enable GitHub Pages in the repository settings.\n3. Select the branch (`main` or `master`) and the root directory.\n4. Access your site at `https://your-username.github.io/csv_viewer/`.\n\n---\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n## Author\n\n- **Satoru Nakamura**  \n  [GitHub Profile](https://github.com/nakamura196)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnakamura196%2Fcsv_viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnakamura196%2Fcsv_viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnakamura196%2Fcsv_viewer/lists"}