qccoders / startup-idea-generator

Click a button and receive a randomized startup idea!
http://startups.qccoders.org
GNU General Public License v3.0
5 stars 7 forks source link

Implement a new source of information for the startup lookup #44

Open jpdillingham opened 5 years ago

jpdillingham commented 5 years ago

The Wikipedia API often returns definitions which are not relevant to the selected startup. Evaluate other sources for the lookup information and implement one if it will do a better job.

mtliendo commented 5 years ago

Are you open to having the current list generated by hand, and allowing the community to suggest new startups via pull requests? I was suggesting something of the following format? :

[
  {
    name: 'Square',
    description: 'Some text'
  }
]
jpdillingham commented 5 years ago

I think that's a good idea