/search-npm

A web app for searching node packages with the implementation of npms.io API for the TypeScript programming environment.

Primary LanguageTypeScript

LinkedIn


Logo

Search For Node Packages


Explore the docs »

View Demo

About The Project

A web app for searching node packages with the implementation of npms.io API for the TypeScript programming environment. More information about npms.io and its API can be found at their GitHub repository.

I did this project to implement React-Redux in a TypeScript environment and use it as a boilerplate for my following projects.

I created a single entry point for reducers, action creators, and middlewares to make a communication point from Redux side to the outside world.

diagram diagram2

I called NPM packages "repositories" because the "package" is a reserved keyword in TypeScript.

(back to top)

Usage

Simple use the text input bar to search the NPM packages you want.

(back to top)

Built With

(back to top)

Contact

Umut Toker - utoker@gmail.com

LinkedIn: https://www.linkedin.com/in/utoker/

Project Link: https://github.com/utoker/search-npm

(back to top)