✨ Finding that one person who's on top of it, that's the key 🙋
There's a couple of things to do before you can use this. But it's simple enough. Make sure that you have Node installed, this is leveraging JavaScript/Node.
I'm using Node 8.9.x, but it will probably work well in later releases
- Run
npm installto install the dependencies - Create a
.envfile in the root directory - Update the keys in the
.envfile - It will automatically pull in any ENV VARS prepended with
VUE_APP_so the key will get pulled in when you are in local and if it's built - 🍺
Using Traackr, we're going to list the people who are prime to be connected with to benefit our brand, and benefit them in return! It will also allow you to dive into their individual profile information as well.
You'll be able to enter in as many keywords are you want, and also be able to remove ones you no longer wish to use in your search.
We are limiting the search results to 25 initially, but if you want to see more people, just keep going!
You'll be able to sort too!
- Name
- Reach
- Resonance
A major goal is to make this as easy to use as possible. It will be snappy, responsive, and informative. So it should work to fit your needs on desktop or mobile
I created a mini style and component guide. Review the design
npm run serve
npm run build
npm run test
npm run lint
npm run test:e2e
npm run test:unit