Find related words by using google autocomplete.
View Demo
·
Report Bug
·
Request Feature
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.
Contributions are welcome!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'feat: Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request