Coder Social home page Coder Social logo

Comments (6)

tedmiston avatar tedmiston commented on July 23, 2024

Great idea. I've been looking for something like JSON Resume for so long. Thanks for the share.

from remote-jobs.

jessicard avatar jessicard commented on July 23, 2024

👍 Good call.

from remote-jobs.

zeke avatar zeke commented on July 23, 2024

👏

from remote-jobs.

eddiejaoude avatar eddiejaoude commented on July 23, 2024

Great list! Is this still part of the plan?

I have converted the markdown list of companies to json WeRockTech@bbcdff8 that way it can be moved to a web app and put on GitHub Pages

from remote-jobs.

dougaitken avatar dougaitken commented on July 23, 2024

Closing and any discussion can happen in #44 to keep things central.

Will look to getting this done during Hacktoberfest 2017 (if it happens) as I think will be a nice 2-year reminder for how I got into this

from remote-jobs.

nylen avatar nylen commented on July 23, 2024

This is basically done, the last piece to make it work was #445. However, the Markdown files are still the actual data source, mainly because this format is much easier for people to maintain. There is code in this repository that generates the data structure based on all info about each company in the list.

In order to get the JSON data, you need to call into lib/index.js in this repository, and tell it to validate and parse the README.md and company-profiles/*.md files:

~/code/remote-jobs $ node
> const { parseFromDirectory } = require( './lib' );
undefined
> const data = parseFromDirectory( '.' );
undefined
> JSON.stringify( data ).length
452861

As you can see, the full data structure is pretty large.

from remote-jobs.

Related Issues (20)

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.