https://github.com/allisonhorst/customer-dashboard

Demo Observable Framework dashboard

https://github.com/allisonhorst/customer-dashboard

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Demo Observable Framework dashboard

Basic Info
  • Host: GitHub
  • Owner: allisonhorst
  • Language: JavaScript
  • Default Branch: main
  • Size: 324 KB
Statistics
  • Stars: 4
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

Customer Dashboard

This is an Observable Framework project. To start the local preview server, run:

npm run dev

Then visit http://localhost:3000 to preview your project.

For more, see https://observablehq.com/framework/getting-started.

Project structure

A typical Framework project looks like this:

ini . ├─ docs │ ├─ components │ │ └─ timeline.js # an importable module │ ├─ data │ │ ├─ launches.csv.js # a data loader │ │ └─ events.json # a static data file │ ├─ example-dashboard.md # a page │ ├─ example-report.md # another page │ └─ index.md # the home page ├─ .gitignore ├─ observablehq.config.js # the project config file ├─ package.json └─ README.md

docs - This is the “source root” — where your source files live. Pages go here. Each page is a Markdown file. Observable Framework uses file-based routing, which means that the name of the file controls where the page is served. You can create as many pages as you like. Use folders to organize your pages.

docs/index.md - This is the home page for your site. You can have as many additional pages as you’d like, but you should always have a home page, too.

docs/data - You can put data loaders or static data files anywhere in your source root, but we recommend putting them here.

docs/components - You can put shared JavaScript modules anywhere in your source root, but we recommend putting them here. This helps you pull code out of Markdown files and into JavaScript modules, making it easier to reuse code across pages, write tests and run linters, and even share code with vanilla web applications.

observablehq.config.js - This is the project configuration file, such as the pages and sections in the sidebar navigation, and the project’s title.

Command reference

| Command | Description | | ----------------- | -------------------------------------------------------- | | npm install | Install or reinstall dependencies | | npm run dev | Start local preview server | | npm run build | Build your static site, generating ./dist | | npm run deploy | Deploy your project to Observable | | npm run clean | Clear the local data loader cache | | npm run observable | Run commands like observable help |

Owner

  • Name: Allison Horst
  • Login: allisonhorst
  • Kind: user
  • Company: Observable

Teaching | Data Science | Art | Science Communication

GitHub Events

Total
  • Watch event: 2
Last Year
  • Watch event: 2

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

package-lock.json npm
  • 267 dependencies
package.json npm
  • rimraf ^5.0.5 development
  • @observablehq/framework latest
  • d3-dsv ^3.0.1
  • d3-time-format ^4.1.0