{"id":15912111,"url":"https://github.com/cdeil/web-experiments","last_synced_at":"2025-04-03T02:26:38.718Z","repository":{"id":142038967,"uuid":"51203275","full_name":"cdeil/web-experiments","owner":"cdeil","description":"Playground for web pages and apps for gamma-ray data","archived":false,"fork":false,"pushed_at":"2016-03-25T04:13:44.000Z","size":5647,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T16:38:15.926Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://gammapy.github.io/web-experiments/","language":"JavaScript","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/cdeil.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":"2016-02-06T13:23:16.000Z","updated_at":"2019-10-29T11:17:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1937ef6-7554-4910-862d-bd840f2501e6","html_url":"https://github.com/cdeil/web-experiments","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"ad8a3d126d13f25e6bf1dd16c06593ebf770223c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdeil%2Fweb-experiments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdeil%2Fweb-experiments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdeil%2Fweb-experiments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdeil%2Fweb-experiments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdeil","download_url":"https://codeload.github.com/cdeil/web-experiments/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246923975,"owners_count":20855649,"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":[],"created_at":"2024-10-06T16:01:48.347Z","updated_at":"2025-04-03T02:26:38.692Z","avatar_url":"https://github.com/cdeil.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Experiments\n\n## Prerequisites\n\n* Node.js version 0.10.0 or newer\n* Install jspm, eslint, gulp globally\n\n```\nnpm install -g jspm\nnpm install -g eslint\nnpm install -g gulp\n\n```\n\n## Installation\n\nTo run locally for development.\n\n1. run `npm install`\n2. run `jspm install`\n\n## Running\n\n1. Start a local server, e.g. `python -m SimpleHTTPServer`\n2. Incase you want auto reload install live-server  `npm install -g live-server` and run `live-server ./`\n\n## Deploying\n\nTo bundle the web app\n\n1. run `gulp bundle`, to bundle the app into build folder\n2. Either serve `build` folder locally.\n3. Or deploy it to gh-pages by running `gulp deploy`.\n\n\n\n### Directory Structure\n\n```\n├─── .publish\n├─── app/\n│    ├─── components/\n│    │    ├─── response/\n│    │    └───\n│    ├─── App.js\n│    ├─── index.js\n│    └───\n├─── build/\n├─── data/\n├─── fit_dump.py\n├─── Gulpfile.babel.js\n├─── index.html\n└─── README.md\n\n```\n\n## .publish\n\nThis directory is used by gh-pages plugin to temporarily store data and publish to gh-pages branch of github.\n\n## app\n\nThis is where the entire application logic resides.\n\n## build\n\nThis directory contains the minfied source code for production deployment.\n\n## data\n\nThis is where JSON files will be stored for reading.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdeil%2Fweb-experiments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdeil%2Fweb-experiments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdeil%2Fweb-experiments/lists"}