Giter Club home page Giter Club logo

embroidery-floss-api's Introduction

Hello, I'm Kerry

Full stack developer and textile artist

  • šŸ§µ Iā€™m currently working on X Stitch Space, a community space for cross stitchers
  • šŸ‘© Pronouns: she/hers
  • ā¤ļø I value clarity and directness, empathy and kindness

Connect with me:

kerryzsmart kerryzsmart

Languages and Tools:

css3 express figma git html5 hugo javascript jekyll linux mongodb nodejs postman

zilliah

embroidery-floss-api's People

Contributors

zilliah avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

embroidery-floss-api's Issues

Data for additional floss types

Currently, only the "basic" DMC colours are included. It would be great to add data for other flosses, eg non-"basic" DMC colours, Anchor, Kreinik, etc.

Help from technical and non-technical folks is welcome!

Data guidelines

  1. Make sure all floss colours in the collection are included. Eg, if you're adding Caron Watercolours floss, you must include all the floss colours in the Watercolours collection (but you would not need to include Caron Impressions floss colours).
  2. Make sure each collection is in a separate file. Eg, Caron Watercolours and Caron Impression would be saved as separate files.

Non-technical folks: create a spreadsheet with floss information, and save it as a .csv file. Information should include: floss number, colour name, and the closest hex colour. If you don't know how to submit a pull request on Github (and don't want to learn), you can contact me via my website to send me the file(s). Google Sheets files are also fine.

Technical folks: if possible, send .json, structured like:

{
"209": {
        "number": "209",
        "readableName": "Lavender - DK",
        "searchName": "lavender_-_dk",
        "hex": "ba72c6"
    }
}
  • "number" is the colour number, which is also the property name. (I know it's a bit redundant, but it makes processing easier).
  • "readableName" is the floss name in title case, using spaces.
  • "searchName" is the readable name in lower case, with spaces replaced by "_".
  • It's fine to replace the two names with a single "name" field, as long as the casing and spacing is consistent across the entire floss set.

Don't be afraid to ask questions! I'm happy to help anyone who's interested in contributing :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.