jim-fx / word-mesh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


WordMesh

Find related words by using google autocomplete.

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

This project was created to visualize the connection between different words. The data for those visualisations is grabbed by doing a recursive fetch against the google search api. The results are visualised with help of the amazing d3 library.

Contributing

Contributions are welcome!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'feat: Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About


Languages

Language:TypeScript 71.7%Language:SCSS 18.8%Language:HTML 6.5%Language:JavaScript 3.0%