An open API service indexing awesome lists of open source software.

https://github.com/sprintup/cs-courses-keywords

A page that has keywords comprised of the top computer science course descriptions, ordered by frequency of use and with links to google queries.
https://github.com/sprintup/cs-courses-keywords

bootstrap css html nodejs

Last synced: 12 months ago
JSON representation

A page that has keywords comprised of the top computer science course descriptions, ordered by frequency of use and with links to google queries.

Awesome Lists containing this project

README

          

### Occurances of words in CS degree class descriptions

I took all the course descriptions from 5 universities Bachelor's of Science in Computer Science and put the words in text files. (University of Colorado - Denver, MIT, Stanford, Carnegie Mellon, Berkeley). Then I counted and sorted them.

**This project orders the number of occurrences for each word.**

#### Instructions

1. Fill a txt file with whatever text you want

2. Run `node map.js` in the root directory. It currently appends to the output file (ex. index.html), so you'll have to delete its contents every time.

Visit https://sprintup.github.io/CS-Courses-Keywords/ to view an html version of the output.txt file, which lists the number of occurances of each word.