1.0.0 • Published 1 year ago

@skateboarding-community/data v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

Skateboarding Community

This repository contains the base resource data available on skateboarding.community.

Adding + Updating Resources

The module (data) exposed by this repository is referenced in the deployment process of the community website.

Please feel free to open Pull Requests with additions or corrections to this data. After a release, it will appear on skateboarding.community.

Charity Navigator Data

By adding an ein to a resource, we will attempt to fetch information from Charity Navigator before publishing it to the skateboarding.community website.

We intentionally avoid storing Charity Navigator data to ensure our content stays up-to-date and prevent any potential issues concerning data ownership and terms of service violations.

GeoCoordinate Data

Geocode information is processed (and generated) similarly to Charity Navigator Data.

By adding a foundingLocation or location defined as a @type: "Place" with an address object with @type: "PostalAddress" we will attempt to obtain geocoordinate information via Nominatim

Example foundingLocation

{
  "foundingLocation": {
    "@type": "Place",
    "address": {
      "@type": "PostalAddress",
      "addressCountry": "USA",
      "addressLocality": "Woodstock",
      "addressRegion": "Georgia"
    }
  }
}

Images

# todo

Import Sources

THE BLACK LIST

A Non-Comprehensive list of Black-owned brands, retailers, and organizations in skateboarding

REQUIRES GOOGLE_SHEETS_API_KEY TO BE SET IN ENVIRONMENT

Data from the "ORGANIZATIONS & NON PROFITS" sheet can be imported via scripts/import-the-black-list.ts

npm run import:the-black-list

1.0.0

1 year ago

0.1.0

1 year ago