From e523f3a8594c70ed483ab0f3a8a85c23d36990ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tao=20Bror=20Bojl=C3=A9n?= Date: Tue, 30 Apr 2019 18:23:20 +0100 Subject: [PATCH] add sigmajs to bill of materials --- BILL-OF-MATERIALS.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/BILL-OF-MATERIALS.md b/BILL-OF-MATERIALS.md index 1855e80..0b3435c 100644 --- a/BILL-OF-MATERIALS.md +++ b/BILL-OF-MATERIALS.md @@ -9,9 +9,9 @@ I am currently in the process of migrating from a Python and Django-based backend to one written in Elixir. This list is what *will* be used in the near future. ### Crawler and API -* [Elixir](https://elixir-lang.org/) -* [Phoenix](https://phoenixframework.org/) -* [HTTPoison](https://hexdocs.pm/httpoison/readme.html) +* [Elixir](https://elixir-lang.org/) (the language) +* [Phoenix](https://phoenixframework.org/) (the web framework) +* [HTTPoison](https://hexdocs.pm/httpoison/readme.html) (for crawling servers) * See [/backend/mix.env](/backend/mix.env) for a complete overview of dependencies @@ -19,8 +19,9 @@ future. * [Gephi toolkit](https://gephi.org/toolkit/) ## Frontend -* [React](https://reactjs.org/) -* [Blueprint](https://blueprintjs.com/) +* [React](https://reactjs.org/) (the UI framework) +* [Blueprint](https://blueprintjs.com/) (a collection of pre-existing UI components) +* [Sigma.js](http://sigmajs.org/) (for graph visualization) * See [/frontend/package.json](/frontend/package.json) for a complete overview of dependencies