Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Godoy committed Jun 4, 2017
1 parent 5ae954f commit 8228af8
Show file tree
Hide file tree
Showing 3 changed files with 3,252 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Install it globally
| command | definition |
| --------------------------------------| :-------------------------------------------------------------------------------------------|
|`getme -h, --help` | Output usage information |
|`getme t, search [query]` | Search on twitter |
|`getme tw, search [query]` | Search on twitter |
|`getme s, search [query]` | Search in Google |
|`getme w, weather [unit]` | Get weather, default unit is Celsius, can be **celsius, fahrenheit, or kelvin** |
|`getme f, forecast [unit]` | Get weather forecast of 5 days ahead, default unit is Celsius |
Expand Down Expand Up @@ -139,7 +139,7 @@ Expiration can be in
## Search on Twitter

- `getme tweets #node #npm`
- `getme t node npm`
- `getme tw node npm`

You can search by using @ or #.

Expand Down
Loading

0 comments on commit 8228af8

Please sign in to comment.